mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -42,5 +42,3 @@ 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
|
||||
|
||||
|
||||
|
|
|
@ -10,5 +10,3 @@ 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
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ catalina_request_count.jmxObjectName Catalina:name=http-8080,type=GlobalRequestP
|
|||
catalina_request_count.jmxAttributeName requestCount
|
||||
catalina_request_count.graph no
|
||||
catalina_request_count.type DERIVE
|
||||
catalina_request_count.min 0
|
||||
catalina_request_count.min 0
|
||||
|
||||
catalina_proc_time.label time
|
||||
catalina_proc_time.jmxObjectName Catalina:name=http-8080,type=GlobalRequestProcessor
|
||||
|
@ -27,5 +27,3 @@ catalina_proc_tpr.cdef catalina_request_count,0,EQ,0,catalina_proc_time,catalina
|
|||
catalina_max_time.label peak
|
||||
catalina_max_time.jmxObjectName Catalina:name=http-8080,type=GlobalRequestProcessor
|
||||
catalina_max_time.jmxAttributeName maxTime
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ As soon as JMX embedded in Java 5, any Java process may expose parameters to be
|
|||
look http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html and http://java.sun.com/jmx for details
|
||||
In Java version < 5 it is still possible to expose JMX interface using third party libraries
|
||||
|
||||
To see what can be monitored by JMX, run <JDK>/bin/jconsole.exe and connect to
|
||||
To see what can be monitored by JMX, run <JDK>/bin/jconsole.exe and connect to
|
||||
the host/port you setup in your Java process.
|
||||
|
||||
Some examples are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue