![]() Previous |
The Memory Pools tab contains information about all memory pools in the JVM.
By default, the Active Memory Pools table contains the following information:
Pool name: The name of the memory pool
Type: The type of the memory pool. It displays either one of the following:
HEAP - The memory pool belongs to the Java heap, where Java objects are stored
NON_HEAP - The memory pool does not belong to the Java heap
Used: Currently used size of the memory pool
Max: The maximum size of the memory pool
Usage: The current usage (in percentage) of this memory pool
Peak Used: The peak value for how much memory has been used in the memory pool during the lifetime of the monitored JVM
Peak Max: The peak value for the maximum size of the memory pool during the lifetime of the monitored JVM