JConsole

How to:

The Java Monitoring and Management Console (JConsole) can be used to provide information on iWay Service Manager (iSM) performance and resource consumption running on a Java platform. The JConsole uses Java Management Extension (JMX) technology.

JConsole provides a visual (graphical) representation of the Java Virtual Machine (JVM) environment where iSM is running.

Specifically, JConsole provides time-range charts showing usage for the following JVM components:

For more information on configuring and using JConsole, see:

http://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html


Top of page

x
Procedure: How to Enable iWay Service Manager for Monitoring Through JConsole
  1. Log in to the iWay Service Manager Administration Console.
  2. Click Java Settings in the left pane.
  3. Specify the following Java startup options:
    -Dcom.sun.management.jmxremote.port=12356
    -Dcom.sun.management.jmxremote.authenticate=false
    -Dcom.sun.management.jmxremote.ssl=false

  4. Click Update.

    Note: Use caution when modifying the Java settings. If you make a mistake, then iSM may not start.

  5. Stop and start iSM.
  6. Using JConsole, access iSM by entering the host name and port.

iWay Software