5.2 KiB
5.2 KiB
JVM
Java Virtual Machine (JVM) Attributes
This document defines Java Virtual machine related attributes.
[1]: Pool names are generally obtained via BufferPoolMXBean#getName().
[2]: Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().
[3]: Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
[4]: Pool names are generally obtained via MemoryPoolMXBean#getName().
jvm.memory.type has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
| Value | Description | Stability |
|---|---|---|
heap |
Heap memory. | |
non_heap |
Non-heap memory |
jvm.thread.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.