Sun Identity Manager 8.1 System Administrator's Guide

Viewing JMX Data

Use a JMX client to view data gathered by JMX. JConsole, which is included in the JDK 1.5, is one such client.

Using JConsole Locally

To use JConsole on the same machine your server is running on, set the JAVA_OPTS property as follows:

-Dcom.sun.management.jmxremote

JConsole will connect using the correct PID.

Using JConsole Remotely

To use JConsole remotely, set the JAVA_OPTS property as follows:

Other settings may also be necessary depending on your environment. Refer to the JConsole documentation for more information.


Note –

You can also view JMX data by going to the Identity Manager debug page (http://host:port/idm/debug) and clicking the Show MBean Info button.


For more information on JMX, visit this website:

http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/docs.jsp