| Tool Name | Brief Description |
|---|---|
jconsole |
Experimental: J2SE Monitoring and Management Console – JMX-compliant graphical tool for monitoring a Java virtual machine. It can monitor both local and remote JVMs. |
jps |
Experimental: JVM Process Status Tool – Lists instrumented HotSpot Java virtual machines on a target system. |
jstat |
Experimental: JVM Statistics Monitoring Tool – Attaches to an instrumented HotSpot Java virtual machine and collects and logs performance statistics as specified by the command line options. |
jstatd |
Experimental: JVM jstat Daemon – Launches an RMI server application that monitors for the creation and termination of instrumented HotSpot Java virtual machines and provides a interface to allow remote monitoring tools to attach to Java virtual machines running on the local system. |