forked from jamesgolick/cassandra-munin-plugins
-
Notifications
You must be signed in to change notification settings - Fork 2
/
jvm_memory.conf
44 lines (36 loc) · 1.86 KB
/
jvm_memory.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
graph_title JVM Process Memory
graph_vlabel Bytes
graph_category Cassandra
graph_order java_memory_nonheap_committed java_memory_nonheap_max java_memory_nonheap_used java_memory_heap_committed java_memory_heap_max java_memory_heap_used os_memory_physical os_memory_vm
java_memory_nonheap_committed.label non-heap committed
java_memory_nonheap_committed.jmxObjectName java.lang:type=Memory
java_memory_nonheap_committed.jmxAttributeName NonHeapMemoryUsage
java_memory_nonheap_committed.jmxAttributeKey committed
java_memory_nonheap_max.label non-heap max
java_memory_nonheap_max.jmxObjectName java.lang:type=Memory
java_memory_nonheap_max.jmxAttributeName NonHeapMemoryUsage
java_memory_nonheap_max.jmxAttributeKey max
java_memory_nonheap_used.label non-heap used
java_memory_nonheap_used.jmxObjectName java.lang:type=Memory
java_memory_nonheap_used.jmxAttributeName NonHeapMemoryUsage
java_memory_nonheap_used.jmxAttributeKey used
java_memory_heap_committed.label heap committed
java_memory_heap_committed.jmxObjectName java.lang:type=Memory
java_memory_heap_committed.jmxAttributeName HeapMemoryUsage
java_memory_heap_committed.jmxAttributeKey committed
java_memory_heap_max.label heap max
java_memory_heap_max.jmxObjectName java.lang:type=Memory
java_memory_heap_max.jmxAttributeName HeapMemoryUsage
java_memory_heap_max.jmxAttributeKey max
java_memory_heap_used.label heap used
java_memory_heap_used.jmxObjectName java.lang:type=Memory
java_memory_heap_used.jmxAttributeName HeapMemoryUsage
java_memory_heap_used.jmxAttributeKey used
os_memory_physical.label os free mem
os_memory_physical.jmxObjectName java.lang:type=OperatingSystem
os_memory_physical.jmxAttributeName FreePhysicalMemorySize
os_memory_physical.graph no
os_memory_vm.label os vmem committed
os_memory_vm.jmxObjectName java.lang:type=OperatingSystem
os_memory_vm.jmxAttributeName CommittedVirtualMemorySize
os_memory_vm.graph no