Name | Description |
boolean ObjectStatus | Online when Memory MBean type exists. |
long HeapMemoryUsage.committed | Returns the size of memory that is committed for heap usage (in bytes). |
long HeapMemoryUsage.init | Returns the size of memory that the Java virtual machine initially requests from the operating system for heap usage (in bytes). |
long HeapMemoryUsage.max | Returns the maximum size of memory for heap usage (in bytes). |
long HeapMemoryUsage.used | Returns the size of memory that is used for heap usage (in bytes). |
long NonHeapMemoryUsage.committed | Returns the size of memory that is committed for non-heap usage (in bytes). |
long NonHeapMemoryUsage.init | Returns the size of memory that the Java virtual machine initially requests from the operating system for non-heap usage (in bytes). |
long NonHeapMemoryUsage.max | Returns the maximum size of memory that can be used for non-heap usage (in bytes). |
long NonHeapMemoryUsage.used | Returns the size of memory that is used for non-heap usage (in bytes). |
int ObjectPendingFinalizationCount | Returns the approximate number of objects for which finalization is pending. |
boolean Verbose | Tests if verbose output for the memory system is enabled. |