This video guide takes you through the necessary steps to enable a Java application for live monitoring by the Health Center.
Health Center is a low-processor and memory usage diagnostic tool for monitoring the status of a running IBM Java Virtual Machine (JVM).
Health Center provides live information and recommendations in each of the following areas: * Classes: information about classes being loaded * Environment: details of the configuration and system of the monitored application * Garbage Collection: information about the Java heap and pause times * Locking: information about contention on inflated locks * Profiling: sampling profile of Java methods including call paths
More information:
http://www.ibm.com/developerworks/java/jdk/tools/healthcenter/
Health Center is a low-processor and memory usage diagnostic tool for monitoring the status of a running IBM Java Virtual Machine (JVM).
Health Center provides live information and recommendations in each of the following areas: * Classes: information about classes being loaded * Environment: details of the configuration and system of the monitored application * Garbage Collection: information about the Java heap and pause times * Locking: information about contention on inflated locks * Profiling: sampling profile of Java methods including call paths
More information:
http://www.ibm.com/developerworks/java/jdk/tools/healthcenter/
Comments
Post a Comment