Re: Question about GC logging timestamps

2013-01-14 Thread Mikhail Khludnev
Shawn, you are welcome! http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html The flag -XX:+PrintGCTimeStamps will additionally print a time stamp at the start of each collection. On Sun, Jan 6, 2013 at 6:54 AM, Michael Ryan wrote: > From my own experience, the timestamp seems to be

RE: Question about GC logging timestamps

2013-01-05 Thread Michael Ryan
>From my own experience, the timestamp seems to be logged at the start of the >garbage collection. -Michael

Re: Question about GC logging timestamps

2013-01-05 Thread Otis Gospodnetic
What is you write an app that creates lots of objects, connect to it with jconsole and try forcing/requesting gc. Or just do it from the app itself. Then you can log the start and stop time and correlate that with time in gc log. Otis Solr & ElasticSearch Support http://sematext.com/ On Jan 5, 20

Question about GC logging timestamps

2013-01-05 Thread Shawn Heisey
I have a question about java GC logging. Here's a log entry that I'm looking at: 2013-01-04T16:37:32.694-0700: 101832.244: [GC 101832.244: [ParNew: 3722124K->419392K(3774912K), 9.1200100 secs] 5800224K->2591046K(7969216K), 9.1201970 secs] [Times: user=10.46 sys=45.66, real=9.12 secs] This