pub const JVM_MEMORY_POOL_NAME: &str = "jvm.memory.pool.name";
Expand description
Name of the memory pool.
§Notes
Pool names are generally obtained via MemoryPoolMXBean#getName().
§Examples
"G1 Old Gen"
"G1 Eden space"
"G1 Survivor Space"
pub const JVM_MEMORY_POOL_NAME: &str = "jvm.memory.pool.name";
Name of the memory pool.
Pool names are generally obtained via MemoryPoolMXBean#getName().
"G1 Old Gen"
"G1 Eden space"
"G1 Survivor Space"