Skip to content

Parser for java garbage collection log (-verbose:gc output)

License

Notifications You must be signed in to change notification settings

binaryfoo/gclog-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeship Status for binaryfoo/gclog-parser

What?

Parser for java garbage collection logs.

At least the output written by hotspot's -verbose:gc flag.

Why?

Your JVM died with OutOfMemoryError, ran depresingly slowly or perhaps with unpredictable latency.

The Java garbage collection handbook from Plumbr has an excellent write up of the concepts involved.

How?

Use as a library from maven central:

<dependency>
    <groupId>io.github.binaryfoo</groupId>
    <artifactId>gclog-parser</artifactId>
    <version>0.0.2</version>
</dependency>

Or Download as a command line tool to convert a garbage collection log to a .csv file.

Or use from lagotto to produce basic charts.

About

Parser for java garbage collection log (-verbose:gc output)

Resources

License

Stars

Watchers

Forks

Packages

No packages published