Java VisualVM
Java VisualVM is a tool, provides a visual interface for viewing detailed information on Java applications while th EY is running on a Java Vsan (JVM), and for troubleshooting and profiling these applications. Various optional tools, including Java VisualVM, is provided with Sun's distribution of the Java Development Kit (JDK) fo R retrieving different types of data about running JVM software instances.
Eclipse launcher for VisualVM
The Eclipse launcher for VisualVM is a eclipse plugin to make monitoring and profiling Eclipse projects using VisualVM mo Re convenient to the IDE users. It starts the VisualVM tool along with the monitored application and automatically opens the Application tab after VISUALV M startup.
VISUALVM Eclipse Launcher plugin:http://visualvm.java.net/eclipse-launcher.html
Installation
- Eclipse 3.6+
- Unzip the archive into directory of your choice
- ADD Local Update site pointing to the chosen directory
- Install VisualVM Launcher Feature
installation process;
1. After downloading VISUALVM Eclipse launcher, unzip to the local directory.
2. Click Help->install New software->add->local in Eclipse to select the corresponding directory
3. Follow the prompts to install the VISUALVM and the corresponding eclipse plugin. You can then choose VISUALVM Launcher to run the program when you run the program.
Installation process:
Operating process and monitoring results:
Appendix:
Eclipse Java Profiler [closed]
Http://stackoverflow.com/questions/2713940/eclipse-java-profiler
Java VisualVM
http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/
Eclipse launcher for VisualVM
Http://visualvm.java.net/eclipse-launcher.html
Performance analysis tool VISUALVM for Eclipse installation process summary