Common performance analysis tools for Java applications
Good tools have the ability to effectively improve and improve efficiency or speed up the analysis of the progress, the author will be engaged in Java work commonly used performance tools and share, if you feel useful remember to vote oh, if you have good tools can also share to me tools/materials
Jvisualvm.exe
Jconsole.exe
Jca
MAT
Jprofile
HttpWatch
Method/Step
Jvisualvm.exe jdk with self-monitoring tools in the JDK installation directory \bin\ directory
A comprehensive monitoring analysis of running Java applications can be combined with related plug-in capabilities to combine into a very powerful and practical Java performance Monitoring and analysis tool.
Jconsole.exe JDK self-contained monitoring tool in the JDK installation directory \bin\ directory, compared to the JVISUALVM related plug-in relatively few, basic functions are similar
Jprofile is a commercially licensed Java Analytics tool that is very powerful in analyzing memory leaks, thread deadlocks, and very professional
JCA Java Threading Analysis Tool, Professional Threading analysis tool compatible with sun/oracle JDK dump line heap, graphical display thread summary information, very easy to locate the problem.
JCA is a class tool startup method: Java-jar Jca433.jar
MAT (Memory Analyzer tool) based on Eclipse analysis tools, a professional memory leak analysis tool, a basic plug-in for Eclipse, very easy to use, pie chart, the problem of the key to mark out, very easily locate the problem
HttpWatch Web Data analysis tool for client-to-server requests, effective monitoring analysis of response data
Common performance analysis tools for Java applications