faylz / gchisto

A garbage collection log visualisation tool. Originally hosted at https://java.net/projects/gchisto. Moved it to github and mavenized it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gchisto

A Hotspot JVM garbage collection log visualisation tool. Originally hosted at https://java.net/projects/gchisto. Moved it to github and mavenized it.

travis-ci build status

Build Status

How to build gchisto

mvn clean install

It will creates target/gchisto-<version>.tar.gz which includes gchisto binary and its dependencies.

How to run it

Extract the tar.gz and run the following command to launch gchisto:

java -jar gchisto-\<version>.jar

About

A garbage collection log visualisation tool. Originally hosted at https://java.net/projects/gchisto. Moved it to github and mavenized it.

License:GNU General Public License v2.0


Languages

Language:Java 100.0%