mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Reduce number of categories
smstools -> other (smstools) sourceds -> games (sourceds) squeezebox -> radio (squeezebox) syslog -> system (syslog) ultramonkey-l7 -> loadbalancer (ultramonkey-l7) moved directory jmx up to level 1 in hierarchy
This commit is contained in:
parent
63351ab535
commit
eb100e33a9
20 changed files with 10 additions and 10 deletions
46
plugins/jmx/examples/java/java_process_memory.conf
Normal file
46
plugins/jmx/examples/java/java_process_memory.conf
Normal file
|
@ -0,0 +1,46 @@
|
|||
graph_title Process Memory
|
||||
graph_vlabel Bytes
|
||||
graph_category Java
|
||||
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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue