Compilation Time (Milliseconds) | The approximate accumulated elapsed time spent in compilation. |
CPU Time (Nanoseconds) | The CPU time used by the process on which the Java virtual machine is running. |
Daemon Threads (Threads) | The current number of live daemon threads. |
Garbage Collector Collection Count | The total number of collections that have occurred. |
Garbage Collector Collection Time (Milliseconds) | The accumulated collection elapsed time. |
Heap Memory Committed (Bytes) | The amount of heap memory that is committed for the Java virtual machine to use. |
Heap Memory Initialized (Bytes) | The amount of heap memory that the Java virtual machine initially requests from the operating system for memory management. |
Heap Memory Used (Bytes) | The amount of used heap memory. |
Live Threads (Threads) | The current number of live threads including both daemon and non-daemon threads. |
Loaded Classes Count | The number of classes that are currently loaded in the Java virtual machine. |
Maximum Heap Memory (Bytes) | The maximum amount of heap memory that can be used for memory management. |
Maximum Non-heap Memory (Bytes) | The maximum amount of non-heap memory that can be used for memory management. |
Name | The name representing the running Java virtual machine. |
Non-heap Memory Committed (Bytes) | The amount of non-heap memory that is committed for the Java virtual machine to use. |
Non-heap Memory Initialized (Bytes) | The amount of non-heap memory that the Java virtual machine initially requests from the operating system for memory management. |
Non-heap Memory Used (Bytes) | The amount of used non-heap memory. |
Open Files | The number of open file descriptors. |
Peak Threads (Threads) | The peak live thread count since the Java virtual machine started or peak was reset. |
Specification Version | The Java virtual machine specification version. |
Started Threads (Threads) | The total number of threads created and also started since the Java virtual machine started. |
Uptime (Milliseconds) | The uptime of the Java virtual machine. |
Vendor | The Java virtual machine specification vendor. |