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