On Mon, Apr 11, 2011 at 10:35 AM, Chris Burroughs <chris.burrou...@gmail.com> wrote: > To avoid taking my own thread [1] off on a tangent. Does anyone have a > reccomendation for a tool to graphical analysis (ie make useful graphs) > out of hoptspot gc logs? Google searches have turned up several results > along the lines of "go try this zip file" [2]. > > [1] http://www.mail-archive.com/user@cassandra.apache.org/msg12134.html > > [2] > http://mail.openjdk.java.net/pipermail/hotspot-gc-use/2009-August/000420.html >
We use this to pipe the data into ganglia: https://github.com/jkalucki/jvm-gc-stats YMMV -ryan