Loading... Cancel

Monitoring and Managing Java SE 6 Platform Application R

December 14th, 2006

nice article on monitoring and managing java se 6 was published on java.sun.com/developer.

An application seems to run more slowly than it should or more
slowly than it did previously, or the application is unresponsive or
hangs. You may encounter these situations in production or during
development. What is at the root of these problems? Often, the causes
– such as memory leaks, deadlocks, and synchronization issues — are
difficult to diagnose. Version 6 of the Java Platform, Standard Edition (Java SE) provides you with monitoring and management capabilities out of the box to help you diagnose many common Java SE problems.

This article is a short course in monitoring and managing Java SE 6
applications. It first describes common problems and their symptoms in
a Java SE application. Second, it gives an overview of Java SE 6’s
monitoring and management capabilities. Third, it describes how to use
various Java Development Kit (JDK) tools to diagnose these problems.

Note: Any API additions or other enhancements to the Java SE platform specification are subject to review and approval by the JSR 270 Expert Group.

Monitoring and Managing Java SE 6 Platform Applications

powered by performancing firefox

Total 0 response found

Close
Posted in Java, Java SE