I was trying to configure the JVM memory usage, Heap Size and Logs monitoring via Hyperic Tool. But the documentation is not much clear how to do that. Is anybody can guide me please.
Java – How to monitor Java memory Usage or Heap Size via Hyperic Monitoring
hypericjavamonitoring
Best Answer
Add the following JVM args to your application startup to enable JMX jvm monitoring:
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=(choose a port number) -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
Go into hyperic, select you server.