summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2aa2512)
raw | patch | inline | side by side (parent: 2aa2512)
author | Florian Forster <octo@noris.net> | |
Wed, 19 Aug 2009 15:50:37 +0000 (17:50 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 19 Aug 2009 15:50:37 +0000 (17:50 +0200) |
contrib/GenericJMX.conf | patch | blob | history |
index 45c7cf9fb791c912dd0426da0049d681d6782b88..394dd3065a25c487ac9504ab406f473442a70798 100644 (file)
--- a/contrib/GenericJMX.conf
+++ b/contrib/GenericJMX.conf
<Value>
Type "io_octets"
- #InstancePrefix ""
+ InstancePrefix "global"
#InstanceFrom ""
Table false
Attribute "bytesReceived"
<Value>
Type "total_requests"
- #InstancePrefix ""
+ InstancePrefix "global"
#InstanceFrom ""
Table false
Attribute "requestCount"
<Value>
Type "total_time_in_ms"
- InstancePrefix "processing"
+ InstancePrefix "global-processing"
#InstanceFrom ""
Table false
Attribute "processingTime"
<MBean "catalina/detailed_request_processor">
ObjectName "Catalina:type=RequestProcessor,*"
InstancePrefix "request_processor-"
- InstanceFrom "name"
+ InstanceFrom "worker"
<Value>
Type "io_octets"
#InstancePrefix ""
- InstanceFrom "worker"
+ InstanceFrom "name"
Table false
Attribute "bytesReceived"
Attribute "bytesSent"
<Value>
Type "total_requests"
#InstancePrefix ""
- InstanceFrom "worker"
+ InstanceFrom "name"
Table false
Attribute "requestCount"
</Value>
<Value>
Type "total_time_in_ms"
InstancePrefix "processing-"
- InstanceFrom "worker"
+ InstanceFrom "name"
Table false
Attribute "processingTime"
</Value>