Reputation: 568
I'd like to analyse a "large" G1 - Garbage Collection Logfile (appr. 500.000 lines). Therefore I'm looking for a freeware-tool which is able to open and analyze such large files. Yet I use GCViewer 1.32 but it seems that this program is not able to open my file. There is no error message but nothing happens when I try to open the logfile. Does somebody know a good tool for my problem?
Best Regards, AnarchoEnte
Upvotes: 1
Views: 1824
Reputation: 441
GarbageCat parses Java garbage collection logging and provides analysis to support JVM tuning and troubleshooting for OpenJDK and Sun JDK. It differs from other tools in that it goes beyond the simple math of calculating statistics such as maximum pause time and throughput.
Upvotes: 2