Run jconsole to monitor the memory usage and thread activity of a Java virtual machine.
Before you can run jconsole, you must:
- Configure and enable the Java Management Extensions (JMX) Connection Handler for
the server using the dsconfig tool. Note:
For more information, see Configuring the JMX connection handler and alert handler.
- Invoke the jconsole executable by entering
jconsole in your command-line interface or terminal.Note:
If <JDK_HOME> is not set in your path, you can access jconsole in the bin directory of the <JDK_HOME> path.