atsevan / garbagecat

Automatically exported from code.google.com/p/garbagecat
0 stars 0 forks source link

Allow combined datestamp/timestamp logging to be handled without entering a JVM start time #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With later versions of the JDK it appears the -XX:+PrintGCDateStamps option 
prefixes the logging with a datestamp instead of replacing the timestamp. For 
example:

2011-03-22T06:04:39.356-0700: 18917.821: [GC [1 CMS-initial-mark: 
11191244K(22369664K)] 11283368K(25083584K), 0.5119906 secs] [Times: user=0.37 
sys=0.15, real=0.51 secs]

Allow handling without specifying the JVM start date.

Original issue reported on code.google.com by mgm...@gmail.com on 23 Mar 2011 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by mgm...@gmail.com on 23 Mar 2011 at 5:37