Skip Headers
Previous
Previous
 
Next
Next

Introduction to Java Mission Control

The Java Mission Control Client includes tools to monitor and manage your Java application without introducing the performance overhead normally associated with these types of tools.

The Java Mission Control's low performance overhead is a result of using data collected as part of the JVM's normal adaptive dynamic optimization. This also eliminates the problem with the Heisenberg anomaly that can occur when tools using byte code instrumentation alters the execution characteristics of the system. The Java Mission Control functionality can always be available on-demand and the small performance overhead is only in effect while the tools are running.

This section contains information on the following topics: