Created
May 25, 2012 15:38
-
-
Save itaifrenkel/2788838 to your computer and use it in GitHub Desktop.
Tomcat JMX plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin { | |
name "jmx" | |
className "org.cloudifysource.usm.jmx.JmxMonitor" | |
config([ | |
"Total Requests Count": [ | |
"Catalina:type=GlobalRequestProcessor,name=\"http-bio-${httpPort}\"", | |
"requestCount" | |
], | |
port: "${jmxPort}" | |
]) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment