4.8 KiB
4.8 KiB
JVM
Jvm Attributes
This document defines Java Virtual machine related attributes.
[1]: Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().
[2]: Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
[3]: 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.