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 Softwar

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%20Cache&att=Usage OK - Attribute get 'java.lang:type=MemoryPool,name=Code Cache' - Usage= javax.management.openmbean