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