Wednesday, 17 October 2012

Profiling application on Tomcat with jVisualVM

jVisualVM allows to gater information about applications through JMX connection, which I had to use even for local tomcat.

Add following arguments to startup profile:
-Dcom.sun.management.jmxremote.port=8086
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
Once that done add connection and start samplingapplication

No comments:

Post a Comment