Package javax.management.j2ee.statistics
Interface JVMStats
- All Superinterfaces:
Stats
Specifies the statistics provided by a Java VM.
-
Method Summary
Modifier and TypeMethodDescriptionSize of the JVM's heap.Amount of time the JVM has been running.Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getUpTime
CountStatistic getUpTime()Amount of time the JVM has been running. -
getHeapSize
BoundedRangeStatistic getHeapSize()Size of the JVM's heap.
-