java.lang.Object
com.pi4j.boardinfo.model.JvmMemory
-
Constructor Details
-
JvmMemory
-
-
Method Details
-
getTotal
public long getTotal() -
getFree
public long getFree() -
getUsed
public long getUsed() -
getMax
public long getMax() -
getTotalInMb
public double getTotalInMb() -
getFreeInMb
public double getFreeInMb() -
getUsedInMb
public double getUsedInMb() -
getMaxInMb
public double getMaxInMb()
-