Re: More tomcat Statistics...

2006-01-10 Thread anita kulshreshtha
--- Joe Bohn [EMAIL PROTECTED] wrote: Anita, Why extend from CountStatistic instead of TimeStatistic? Can't we use StartTime (from Statistic - parent of TimeStatistic) for the StartupTime AIUI, StartTime in Statistic is to keep the time when the statistics gathering started. It

Re: More tomcat Statistics...

2006-01-09 Thread Joe Bohn
Anita, Why extend from CountStatistic instead of TimeStatistic? Can't we use StartTime (from Statistic - parent of TimeStatistic) for the StartupTime and TotalTime for the ProcessingTime? That would just leave TldScanTime in the extension class. What is TldScanTime use for? Joe anita

More tomcat Statistics...

2006-01-08 Thread anita kulshreshtha
Aaron, Joe and Others, I am attaching WebModuleStats that are available for an app from tomcat. Should we define another TimeStatstic to deal with static time data? The following long getProcessingTime(), long getStartupTime(), and long getTldScanTime() fall under this catagory.

Re: More tomcat Statistics...

2006-01-08 Thread Aaron Mulder
Boy, my head is just not in this at the moment. I need to get some time to poke around the statistics interfaces a bit before I can render an intelligent opinion. :) Thanks, Aaron On 1/8/06, anita kulshreshtha [EMAIL PROTECTED] wrote: Aaron, Joe and Others, I am attaching

Re: More tomcat Statistics...

2006-01-08 Thread anita kulshreshtha
OK, for the time being I will call them CountStatistic and proceed. Later I could change them to the following for better readability. StaticTimeStatistics extends CountStatistics and StaticTimeStatisticsImpl extends CountStatisticsImpl Thanks Anita --- Aaron Mulder [EMAIL PROTECTED] wrote: