I'd like to get this information using jxmtrans-agent. If I configure the jmxtrans-agent.xml file as follow I get the values for both connectors 'ajp-nio-8009' and 'http-nio-8080'.
<!-- All global request processor attributes -->
<query objectName="Catalina:type=GlobalRequestProcessor,name=*" resultAlias="tomcat.#attribute#"/>
I want only the results corresponding to 'http-nio-8080 but when I use
<query objectName="Catalina:type=GlobalRequestProcessor,name=http-nio-8080" resultAlias="tomcat.#attribute#"/>
I get no output. I've tried 'http-nio-8080', 'http-8080' but am unable to get the measurement.
Can anybody help me fix this.
Cheers,
Mohan
--
You received this message because you are subscribed to the Google Groups "jmxtrans" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmxtrans+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.