Before you can run jconsole, you must:

  1. To open the Java Monitoring & Management Console, run jconsole:

    If SSL is configured on the JMX Connection Handler, you must specify the PingDirectory.jar file in the class path when running jconsole over SSL, as in the following example:

    $ jconsole \
      -J-Djavax.net.ssl.trustStore=/path/to/certStores/truststore \
      -J-Djavax.net.ssl.trustStorePassword=secret \
      -J-Djava.class.path=$SERVER_ROOT/lib/PingDirectory.jar:/Library/Java/JavaVirtualMachines/jdk-version.jdk/Contents/Home/lib/jconsole.jar

    You need to set the following properties in the above command:

    • Set the com.unboundid.directory.server.protocol.jmx.trustStorePath property with the full trust store path.
    • Set the com.unboundid.directory.server.protocol.jmx.trustStoreType property if the default type, Java KeyStore (JKS), is not used.
    • Set the com.unboundid.directory.server.protocol.jmx.trustStorePin property with the trust store file password, if there is one.
    • Set the com.unboundid.directory.server.protocol.jmx.trsutStorePinFile property with the file path containing the trust store password in plain text.

      Do not use this property if the com.unboundid.directory.server.protocol.jmx.trustStorePin property is used.

    Note:

    When establishing a connection to jconsole, a window opens asking if you want to retry connecting insecurely. Click Insecure connection.

    Although jconsole considers anything other than SslRmiClientSocketFactory to be insecure, choosing to retry insecurely will enable PingDirectory's secure client socket factory.

  2. In the Java Monitoring & Administrative Console window, click Local Process, and then click the PID corresponding to the server.
  3. Review the resource monitoring information.