Monitoring JVM using JMX + manager's jmxproxy

2007-03-22 Thread Jean-Sebastien Pilon
Hello, I am working on some plugins and templates for Nagios and Cacti to monitor JVM on our tomcat servers I am seeking some help to understand how I can get only the Usage values off the following MBean query. http://hostname:8080/manager/jmxproxy/?qry=*%3Atype%3DMemoryPool%2Cname%

Re: Monitoring JVM using JMX + manager's jmxproxy

2007-03-22 Thread Nicholas Sushkin
Jean-Sebastien, If you specify the actual bean name, you can get the attribute value. For example, http://hostname:8080/manager/jmxproxy/?get=java.lang:type=MemoryPool,name=Code%20Cacheatt=Usage OK - Attribute get 'java.lang:type=MemoryPool,name=Code Cache' - Usage=

Re: Monitoring JVM using JMX + manager's jmxproxy

2007-03-22 Thread Nicholas Sushkin
On Thursday 22 March 2007 16:57, you wrote: I am working on some plugins and templates for Nagios and Cacti to monitor JVM on our tomcat servers It looks like MX4J project has a JMX over HTTP and HTTPS connector. http://mx4j.sourceforge.net/docs/ch05.html -- Nicholas Sushkin, Senior Software