Skip to content

Performance JConsole

Javier Gusano Martinez edited this page Dec 1, 2016 · 4 revisions

KeyServer Monitoring Using JConsole

Launch the KeyServer instance with the following parameters for :

java -Djava.rmi.server.hostname=XXX.XXX.XXX.XXX -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9005 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -jar KeyServer-X.X.X.jar

Now, you can connect Java Mission Control to the KeyServer using the IP and port specified on the command before.

Clone this wiki locally