hotspot-gc-use Digest, Vol 20, Issue 6
Alex Aisinzon
aaisinzon at guidewire.com
Mon Aug 17 09:58:14 PDT 2009
Hi Shane
The best tool I have found so far (and I have looked hard) is the IBM
Support Assistant.
That tool is like an IDE where you can download many plugins. One of
them is a garbage collection analyzer. I have used successfully up to
Sun JVM 1.5 (and IBM JVMs too, obviously).
I would typically use the following options for the Sun JVM:
"-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC
-XX:+PrintGCApplicationConcurrentTime
-XX:+PrintGCApplicationStoppedTime"
I have noticed that this tool (along with others) would choke on the
first couple of lines in the GC logs. I need to remove all lines before
the first "useful entry" aka "{Heap before gc invocations=1:"
Then, the tool would work great.
Let me know if this helps
Alex Aisinzon
-----Original Message-----
From: hotspot-gc-use-bounces at openjdk.java.net
[mailto:hotspot-gc-use-bounces at openjdk.java.net] On Behalf Of
hotspot-gc-use-request at openjdk.java.net
Sent: Saturday, August 15, 2009 12:00 PM
To: hotspot-gc-use at openjdk.java.net
Subject: hotspot-gc-use Digest, Vol 20, Issue 6
Send hotspot-gc-use mailing list submissions to
hotspot-gc-use at openjdk.java.net
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
or, via email, send a message with subject or body 'help' to
hotspot-gc-use-request at openjdk.java.net
You can reach the person managing the list at
hotspot-gc-use-owner at openjdk.java.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of hotspot-gc-use digest..."
Today's Topics:
1. GC log parsing tools (Shane Cox)
----------------------------------------------------------------------
Message: 1
Date: Fri, 14 Aug 2009 17:53:31 -0400
From: Shane Cox <shane.cox at gmail.com>
Subject: GC log parsing tools
To: hotspot-gc-use at openjdk.java.net
Message-ID:
<dc6011320908141453g3def4c5bk79439cddb0becab7 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/200908
14/ccaab51a/attachment-0001.html
------------------------------
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
End of hotspot-gc-use Digest, Vol 20, Issue 6
*********************************************
More information about the hotspot-gc-use
mailing list