Using the jconsole scripts
If you do not have a separate JMX monitoring application, you can use the jconsole installed with the JVM. You can start the jconsole using the startup scripts in the Interact/tools directory.
1.
Open Interact\tools\jconsole.bat (Windows) or Interact/tools/jconsole.sh (Unix) in a text editor.
2.
Set INTERACT_LIB to the full path to the InteractInstallationDirectory/lib directory.
3.
Set HOST to the hostname of the runtime server you want to monitor.
4.
Set PORT to the port you have configured JMX to listen on with the Interact > monitoring > port property.
5.
The script monitors via the JMXMP protocol by default.
For example, see the default settings for jconsole.bat.
The JMXMP connection
%JAVA_HOME%\bin\jconsole.exe -J-Djava.class.path=%JAVA_HOME%\lib\jconsole.jar;
INTERACT_LIB%\interactJMX.jar; INTERACT_LIB%\jmxremote_optional.jar
service:jmx:jmxmp://%HOST%:%PORT%
The RMI connection
%JAVA_HOME%\bin\jconsole.exe -J-Djava.class.path=%JAVA_HOME%\lib\jconsole.jar;
INTERACT_LIB%\jmxremote_optional.jar
service:jmx:rmi:///jndi/rmi://%HOST%:%PORT%/interact