Skip to main content

alphaWorks  >  Forums  >  Pattern Modeling and Analysis Tool for IBM Java Garbage Collector  >  developerWorks

This does not seem to work on the iSeries V5R4 64 bit JVM    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: May 1, 2009 11:01 AM Last Post By: tkparker11 Threads: [ Previous | Next ]
jclane

Posts: 46
Registered: Nov 09, 2005 08:45:51 AM
This does not seem to work on the iSeries V5R4 64 bit JVM
Posted: Mar 14, 2008 12:21:58 PM
Click to report abuse...   Click to reply to this thread Reply
Should this tool work with the IBM JDK running on the iSeries V5R4 with the 64-bit JVM? We have WebSphere Application Server 6.0.2.19 installed and this tool cannot read the native_stdout.log created by enabling the verbose gc option.
salapaka

Posts: 5
Registered: Oct 12, 2004 02:16:13 AM
Re: This does not seem to work on the iSeries V5R4 64 bit JVM
Posted: Feb 08, 2009 11:19:50 PM   in response to: jclane in response to: jclane's post
Click to report abuse...   Click to reply to this thread Reply
Hello,
I have the same problem. I was unsuccessful in finding an iSeries WebSphere JVM verbosegc analysis tool. I decided to write one, its a start. Your feedback will be valuable!

Here is the URL: https://sourceforge.net/projects/gcanalysis/
tkparker11

Posts: 3
Registered: May 01, 2009 09:54:40 AM
Re: This does not seem to work on the iSeries V5R4 64 bit JVM
Posted: May 01, 2009 11:01:44 AM   in response to: salapaka in response to: salapaka's post
Click to report abuse...   Click to reply to this thread Reply
I've not been able to get PMAT or the tool listed at sourceforge.net to work properly.

I'm having issues getting PMAT to recognize my native_stdout.log as a verbose gc log.
{from i5/OS V5R4 running WAS 6.1 Express with 1.5 JVM}

Using this string to initiate PMAT:
java -Xmx500m -jar ga36.jar

When I try to open native_stdout.log, it tells me "Cannot find any verbose garbage collection log"

native_stdout.log contains:
GC 20: starting collection, reason stop the world collection.
GC 20: starting collection, reason stop the world collection.
GC 19: live objects 2045671; collected objects 526101; collected(KB) 149995.
GC 19: queued for finalization 0; total soft references 4498; cleared soft references 0.
GC 19: current heap(KB) 584228; current threshold(KB) 98304.
GC 19: collect (milliseconds) 221811.
GC 19: current cycle allocation(KB) 223; previous cycle allocation(KB) 309901.
GC 19: total weak references 11167; cleared weak references 0.

What am I doing wrong?

Please send response to tkparker11@gmail.com

Point your RSS reader here for a feed of the latest messages in all forums