1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00
Munin-Contrib/plugins/jmx/examples/java/java_threads.conf
Lars Kruse 17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00

12 lines
429 B
Text

graph_title Thread Count
graph_vlabel Thread Count
graph_category appserver
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