Skip to main content

alphaWorks  >  Forums  >  Diagnostic Tool for Java Garbage Collector  >  developerWorks

Timestamp errors    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 2 - Pages: 1 - Last Post: Jul 7, 2009 11:41 PM Last Post By: timo Threads: [ Previous | Next ]
mbrante

Posts: 1
Registered: May 03, 2005 07:45:04 AM
Timestamp errors
Posted: Apr 22, 2009 04:26:42 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hi,
I have started to use this excellent tool. But having troubles with the timestamp format.

The GCCollector interprets the timestamp below as italics Jan02 italics Is there any way of changing the format or the way it interprets the timestamp?
/Manne
0045170 <af type="tenured" id="1837" timestamp="Apr 21 08:32:52 2009" intervalms="5123.032">
0045171   <minimum requested_bytes="96" />
0045172   <time exclusiveaccessms="0.306" />
0045173   <tenured freebytes="0" totalbytes="710441984" percent="0" >
0045174     <soa freebytes="0" totalbytes="710441984" percent="0" />
0045175     <loa freebytes="0" totalbytes="0" percent="0" />
0045176   </tenured>
0045177   <gc type="global" id="1837" totalid="1837" intervalms="5124.524">
0045178     <refs_cleared soft="0" threshold="32" weak="0" phantom="0" />
0045179     <finalization objectsqueued="6" />
0045180     <timesms mark="562.765" sweep="23.401" compact="0.000" total="592.002" />
0045181     <tenured freebytes="472139568" totalbytes="710441984" percent="66" >
0045182       <soa freebytes="472139568" totalbytes="710441984" percent="66" />
0045183       <loa freebytes="0" totalbytes="0" percent="0" />
0045184     </tenured>
0045185   </gc>
0045186   <tenured freebytes="472138920" totalbytes="710441984" percent="66" >
0045187     <soa freebytes="472138920" totalbytes="710441984" percent="66" />
0045188     <loa freebytes="0" totalbytes="0" percent="0" />
0045189   </tenured>
0045190   <time totalms="593.717" />
0045191 </af>
jazzzzz

Posts: 1
Registered: Jun 01, 2009 10:11:53 AM
Re: Timestamp errors
Posted: Jun 01, 2009 10:12:54 AM   in response to: mbrante in response to: mbrante's post
 
Click to report abuse...   Click to reply to this thread Reply
I am having same problem. No matter what data the vgc put in the logs, the charts come out starting on Jan 01 no matter what.

Is the source to gccollector available?

Please ibm help with this.
timo

Posts: 1
Registered: May 23, 2007 05:20:48 AM
Re: Timestamp errors
Posted: Jul 07, 2009 11:41:55 PM   in response to: jazzzzz in response to: jazzzzz's post
 
Click to report abuse...   Click to reply to this thread Reply
hi,

i have tried to global change the gc log

from

timestamp="Jul 06 05:05:53 2009"

to

timestamp="Mon Jul 06 05:05:53 2009"

date can be shown.

sth can be done on display gc verbose?

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