IBM's alphaWorks has released version 1.2 of GCCollector, a diagnotic tool for Java garbage collection. They write, "Use this free Diagnostic Tool to help you better understand information provided by your JVM garbage collector. It will analyze critical issues in great detail such as quantities of heap memory involved, frequency of the garbage collection, time spent in different phases of garbage collection, and much more. Recently updated to manage very big heap sizes."
View the GCCollector home.
-
IBM announces version 1.2 of GCCollector (4 messages)
- Posted by: Dion Almaer
- Posted on: January 25 2005 11:03 EST
Threaded Messages (4)
- IBM only... by Abraham Tehrani on January 25 2005 17:08 EST
- IBM only... by Gerald Loeffler on January 26 2005 05:43 EST
- IBM only... by Craig Pfeifer on January 28 2005 09:01 EST
- IBM only... by Gerald Loeffler on January 26 2005 05:43 EST
- iSeries support by Michael Quinn on January 26 2005 09:02 EST
-
IBM only...[ Go to top ]
- Posted by: Abraham Tehrani
- Posted on: January 25 2005 17:08 EST
- in response to Dion Almaer
It's a shame that the parser only recognizes the IBM JVM output. -
IBM only...[ Go to top ]
- Posted by: Gerald Loeffler
- Posted on: January 26 2005 05:43 EST
- in response to Abraham Tehrani
It's a shame that the parser only recognizes the IBM JVM output.
...but for the Sun JVM you have a related tool called visualgc that's part of the jvmstat package:
http://java.sun.com/performance/jvmstat/
and the GCPortal, which is even closer to IBM's GCCollector in that it also analyzes garbage collection logging output:
http://java.sun.com/developer/technicalArticles/Programming/GCPortal/
cheers,
gerald
--
http://www.gerald-loeffler.net -
IBM only...[ Go to top ]
- Posted by: Craig Pfeifer
- Posted on: January 28 2005 09:01 EST
- in response to Gerald Loeffler
...but for the Sun JVM you have a related tool called visualgc that's part of the jvmstat package:
It's a shame that visualgc will only run on J2SE 5.0 or later:
A J2SE 5.0 or later JDK is required to run this tool.
The java version found in the PATH is:
java version "1.4.2_07" -
iSeries support[ Go to top ]
- Posted by: Michael Quinn
- Posted on: January 26 2005 09:02 EST
- in response to Dion Almaer
Doesn't support Websphere/iSeries GC format? Any plans for parser to support iSeries VM?