JMXQuery icon indicating copy to clipboard operation
JMXQuery copied to clipboard

A simple command line too and Python module to query and collect Java metrics via JMX

Results 13 JMXQuery issues
Sort by recently updated
recently updated
newest added

I have error in tomcat jmx output from my tomcat server. It is not valid json, because that have not esacaped double quotes. example output: `{"mBeanName" : "Catalina:type=RequestProcessor,worker=\"http-bio-8080\",name=HttpRequest37", "attribute" :...

{"mBeanName" : "java.lang:type=Runtime", "attribute" : "ClassPath", "attributeType" : "String", "value" : "C:\xxx"}, error by "C:\xxx"