How to monitor Java Management extensions - JMX
book
Article ID: 111038
calendar_today
Updated On:
Products
DX Unified Infrastructure Management (Nimsoft / UIM)
Issue/Introduction
How to monitor Java Management extensions (JMX)?
Resolution
You can use the jvm_monitor probe for JMX
jvm_monitor probe is capable fetching JMX metrics off JAVA application.
You need to grant JMX port accessibility remotely on target JAVA application.
Typical parameter is as follows:
-Dcom.sun.management.jmxremote.port=<port> -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Other details you can check at the uim community:
https://communities.ca.com/docs/DOC-231177974-tech-tip-how-to-proactively-monitor-heap-space-usage-of-java-based-probes
Additional Information
Probe documentation for other details:
https://docops.ca.com/ca-unified-infrastructure-management-probes/ga/en/alphabetical-probe-articles/jvm_monitor-java-virtual-machine-monitoring
Feedback
thumb_up
Yes
thumb_down
No