| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getCommittedHeapSize()
Returns the amount of memory in bytes that is committed
for the JVM to use
|
CountStatistic |
getCommittedNonHeapSize()
Returns the amount of memory in bytes that is committed
for the JVM to use
|
CountStatistic |
getInitHeapSize()
Returns the size of the heap initially requested by the JVM
|
CountStatistic |
getInitNonHeapSize()
Returns the size of the non=heap area initially
requested by the JVM
|
CountStatistic |
getMaxHeapSize()
Returns the maximum amount of memory in bytes that can be used
for memory management
|
CountStatistic |
getMaxNonHeapSize()
Returns the maximum amount of memory in bytes that can be used
for memory management
|
CountStatistic |
getObjectPendingFinalizationCount()
Returns the approximate number of objects, that are
pending finalization.
|
CountStatistic |
getUsedHeapSize()
Returns the size of the heap currently in use
|
CountStatistic |
getUsedNonHeapSize()
Returns the size of the non-heap area currently in use
|
getStatistic, getStatisticNames, getStatisticsCountStatistic getObjectPendingFinalizationCount()
CountStatistic getInitHeapSize()
CountStatistic getUsedHeapSize()
CountStatistic getMaxHeapSize()
CountStatistic getCommittedHeapSize()
CountStatistic getInitNonHeapSize()
CountStatistic getUsedNonHeapSize()
CountStatistic getMaxNonHeapSize()
CountStatistic getCommittedNonHeapSize()
Copyright © 2015. All rights reserved.