5 Replies Latest reply on Feb 25, 2014 1:44 PM by blaha.aca

    JMX for the domain controller jvm

    silver06

      Hi,

       

      I've got a domain controller with about 15 host controllers and 50 servers (Jboss 7.1.1)

      I already successfully managed to connect to all my host controller servers with JMX through visualvm or jconsole thanks to the service:jmx:remoting-jmx://$host:$port connection path.

       

      However I'm wondering whether it's possible to connect with JMX to the JVM of the domain controller itself in order to visualize current CPU/Memory consumption, make some dumps and so on.

      I've got two processes for the domain controller currently, mainly the host and the process controller.

       

      I already tried standard JMX system variables but I've got Logmanager issues when starting the domain controller after setting that

      -Dcom.sun.management.jmxremote

      -Dcom.sun.management.jmxremote.port=4447

      -Dcom.sun.management.jmxremote.authenticate=false

      -Dcom.sun.management.jmxremote.ssl=false

       

      Do you know how to monitor JVM of the domain controller ?

      Thanks