![]() Previous |
![]() Next |
The Java Mission Control Client is the application from which you connect to a JVM and start the tools that are included in Java. On startup, the client shows the JVM Browser where you can choose a running JVM that you wish to monitor using one of the following methods:
Connect a Management Console to the running JVM. Using the Management Console you can monitor the JVM and Java application while they are running. You can even change some of the JVM properties in run time through Managed Beans (MBeans).
Create a recording of all behavior during application runtime.
The Java tools communicate with the JVM using a JMX agent.
The plug-ins for Java Mission Control are:
Management Console, for run-time monitoring and management of your JVM and Java application
Java Flight Recorder, for always-available real time and historic performance monitoring and profiling.
To start Java Mission Control Client, see "Starting Java Mission Control Client".