Java VisualVM allows to examine all Java applications running and detect memory leaks and CPU profiling.
Java VisualVM is the equivalent to ADPlus for Java. This page will help you with the following |
Installing Java VisualVMThis tool is provided with the Java Development Kit (JDK) The tool is located in the "bin" subfolder of the JDK
Creating a thread dumpIf the Java application hangs, you may create a thread dump
Analyzing the thread dumpIt contains the call stacks of all running threads |