Re: TheGC inspector's frequency

2010-12-01 Thread Jonathan Ellis
The key statement: if (gcw.getDuration() > MIN_DURATION_TPSTATS) { logStats(); } On Wed, Dec 1, 2010 at 2:44 AM, Ying Tang wrote: > The GCInspector's start() method , > In this method , > StorageService.scheduledTasks.scheduleWithFixedDelay(t,

TheGC inspector's frequency

2010-12-01 Thread Ying Tang
The GCInspector's start() method , In this method , StorageService.scheduledTasks.scheduleWithFixedDelay(t, INTERVAL_IN_MS, INTERVAL_IN_MS, TimeUnit.MILLISECONDS); t is Runnable t and it's run method is logIntervalGCStats. According to this code segment , the logIntervalGCStats should be run every