GC log parsing tools
charlie hunt
charlie.hunt at sun.com
Mon Aug 17 02:16:07 UTC 2009
I'd suggest looking at PrintGCStats and/or a graphical tool called GCHisto.
PrintGCStats:
http://java.sun.com/developer/technicalArticles/Programming/turbo/PrintGCStats.zip
GCHisto:
http://gchisto.dev.java.net/
* You'll need to build it from source. But, it's pretty trivial to build.
hths,
charlie ...
Shane Cox wrote:
> I was wondering if someone could recommend tools that parse GC log
> files and report statistics (gc counts, pause time, bytes promoted,
> etc.) I've used GC Portal in the past, but it doesn't seem to support
> all formats/syntax produced by 1.6 VMs. My objective is to compare GC
> logs from different benchmarks/tests to determine optimal gc settings.
>
> Thanks
> ------------------------------------------------------------------------
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
>
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
More information about the hotspot-gc-dev
mailing list