The Monitoring Tools
You use Java Virtual Machine (JVM) monitoring tools and commands to monitor and manage Java applications and the JVM. The following sections describe the JDK tools and commands used to monitor and manage Java applications and the JVM.
-
Jfr - Parse and Print Flight Recorder Files
Parse and print Flight Recorder files.
-
Jconsole - the Graphical Monitor of Your Application
Start a graphical console to monitor and manage Java applications.
-
Jps - Listing your Instrumented JVMs
List the instrumented JVMs on the target system.
-
Jstat - Monitoring your JVMs Statistics
Monitor JVM statistics.
-
Jstatd - Monitoring the Creation and Termination of Your JVMs
Monitor the creation and termination of instrumented Java HotSpot VMs.