Package org.smallmind.claxon.exotic.jvm
Class JVMState
java.lang.Object
org.smallmind.claxon.exotic.jvm.JVMState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic long
-
Constructor Details
-
JVMState
public JVMState()
-
-
Method Details
-
getTotalMemorySize
public static long getTotalMemorySize() -
getFreeMemorySize
public static long getFreeMemorySize() -
getHeapMemoryMax
public static long getHeapMemoryMax() -
getHeapMemoryUsed
public static long getHeapMemoryUsed() -
getProcessCPUTime
public static long getProcessCPUTime() -
getCompilationTime
public static long getCompilationTime() -
getYoungCollectionCount
public static long getYoungCollectionCount() -
getYoungCollectionTime
public static long getYoungCollectionTime() -
getOldCollectionCount
public static long getOldCollectionCount() -
getOldCollectionTime
public static long getOldCollectionTime() -
getEdenMemoryUsed
public static long getEdenMemoryUsed() -
getSurvivorMemoryUsed
public static long getSurvivorMemoryUsed() -
getTenuredMemoryMax
public static long getTenuredMemoryMax() -
getTenuredMemoryUsed
public static long getTenuredMemoryUsed()
-