mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
readd jmx (extracted) because it seems to be different from the jmx in the main munin distribution
This commit is contained in:
parent
933f0ea70b
commit
ddc46f88fd
10 changed files with 280 additions and 0 deletions
14
plugins/java/jmx/examples/java/java_threads.conf
Normal file
14
plugins/java/jmx/examples/java/java_threads.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
graph_title Thread Count
|
||||
graph_vlabel Thread Count
|
||||
graph_category Java
|
||||
graph_order java_thread_count java_thread_count_peak
|
||||
|
||||
java_thread_count.label count
|
||||
java_thread_count.jmxObjectName java.lang:type=Threading
|
||||
java_thread_count.jmxAttributeName ThreadCount
|
||||
|
||||
java_thread_count_peak.label peak
|
||||
java_thread_count_peak.jmxObjectName java.lang:type=Threading
|
||||
java_thread_count_peak.jmxAttributeName PeakThreadCount
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue