GC Viewer - modified to run on command line

GC Viewer is a tool to analyse the log file from the Java Garbage Collector.
The original tool is by tagtraum industries incorporated.


I have modified this tool, to be run on the command line, so that you can monitor the Java Garbage Collector, within an automated script environment. 


GC statistics are output to a CSV file, which can easily be parsed by your scripts.
No user interaction is required :-)


Source code download and User Guide are here:
http://www.natureireland.com/GCviewer_cmd_line/

Comments