AnarchoEnte
AnarchoEnte

Reputation: 568

Garbage Collector - Log Analyzer for large files

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

Answers (2)

amod
amod

Reputation: 4262

Have you tried GCViewer? I guess it should work for you.

Upvotes: 1

Nikhil A A
Nikhil A A

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

Related Questions