Skip Headers
Previous
Previous
 
Next
Next

The Management Console

To view real-time behavior of your application and of the JVM, you can connect to an instance of the JVM and view real-time information through the Management Console in the Java Mission Control Client. Typical data that you can view is thread usage, CPU usage, and memory usage. All graphs are configurable and you can both add your own attributes and redefine their respective labels. In the Management Console you can also create rules that trigger on certain events, for example, an mail will be sent if the CPU reaches 90% of the size.

With the JMX Agent you have access to all MBeans deployed in the platform MBean server. From these MBeans, you can read attribute information, such as garbage collection pause times.