Garbage cat
Garbage collection log analyzer for openjdk and Sun JDK.
Https://code.google.com/a/eclipselabs.org/p/garbagecat/wiki/Documentation
Supports openjdk, Sun JDK 1.5, and higher
Command line tool
The report consists of three parts:
(1) bottlenecks, (2) summary, and (3) Unidentified log lines.
HP jmeter
Https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do? Productnumber = hpjmeter
Http://www.javaperformancetuning.com/tools/hpjtune/index.shtml
Identify and diagnose performance problems in Java applications running on HP-UX or on nonstop servers
Improve garbage collection performance
Analyze Java heap dumps
Monitor live Java applications and analyze profiling data
Capture extended profiling data with zero preparation when using JDK/JRE 5.0.04 or later
Capture detailed garbage collection data with zero preparation when using JDK/JRE 5.0.14 or later or JDK/JRE 6.0.02 or later or JDK/JRE 7.0.00 or later
Run the hpjmeter console on HP-UX, Linux, and Windows systems
It seems that only GC logs generated by the following parameters can be opened,-verbose: GC-xloggc: GC. log. gc. Log generated by adding other parameters cannot be opened.
Jvisualvm can also heapdump the corresponding hprof file (default storage path: Under the monitored server/tmp), which can be analyzed using hpjmeter.
Gcviewer
Http://www.tagtraum.com/gcviewer.html
Supported
Sun JDK 1.4/1.5 with the options-xloggc: <File> [-XX: + printgcdetails]
Sun JDK 1.2.2/1.3.1/1.4 with the option-verbose: GC
Ibm jdk 1.3.1/1.3.0/1.2.2 with the option-verbose: GC
IBM iseries classic JVM 1.4.2 with option-verbose: GC
HP-UX JDK 1.2/1.3/1.4.x with the option-xverbosegc
Bea jrockit 1.4.2/1.5 with the option-verbose: Memory
Best results are achieved with:-xloggc: <File>-XX: + printgcdetails
It seems that Versions later than 1.6 are not supported
Gclogviewer
A free open source tool to visualize data produced by the Java VM options-xloggc: <File>
Https://code.google.com/p/gclogviewer/
GC Analyzer
Analysis of verbosegc traces
Http://glezen.org/gca/index.html
Supports JDK 1.4.2
Supports command line and Interface
Printgcstats
GC log analysis script
Http://chenjianjx.iteye.com/blog/1681347
Refer:
Http://blog.csdn.net/gzh0222/article/details/8223277