Running GC Log Analyzer
Table of Contents
To run the GC Log Analyzer, use the following command in any terminal or command prompt window:
java -jar GCLogAnalyzer2.jar gc.log
To run GC Log Analyzer in a non-GUI mode and create an HTML output, use the following as an example:
java -jar GCLogAnalyzer2.jar --generate-html ./output-html ./gc.log
This generates ./output-html/all-graphs.html
. If you need a batch of json files with data from your <logfile>
, use:
java -jar GCLogAnalyzer2.jar [--generate-html <dir> [--resize WxH]] [--dump-raw-data <dir>] gc.log