![]() Previous |
![]() Next |
The JMX Console allows you to monitor and control running instances of the Java Virtual Machine (JVM). It provides real-time information about the Java application's characteristics, such as memory and CPU usage, and JVM activities, such as garbage collection and method optimizations. This information can be used both during development (for example, to find where in an application's life cycle it consumes more memory), and in a deployed environment (for example, to monitor the system health of an application server).
This chapter contains the following sections: