Re: Statistics support in Struts?

2006-06-27 Thread Leon Rosenberg
which statistics do you mean exactly? CountStatistics? TimeStatistics? leon On 6/27/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote: Hi All, Is there any way to provide the statistics features provided by the javax.management.j2ee.statistics package in struts? regards, Pankaj --

Re: Statistics

2006-03-05 Thread Morten Andersen
Hi Leon We volunteer to help you develop the testing environment from whatever state it's in. Please send me a message and let's start developing this highly needed tool. Morten Andersen Leon Rosenberg skrev: I have developed a solution where each struts action has an ActionStats object whi

Re: Statistics

2006-02-17 Thread Ahmed Hashim
leon, I think what you did is wonderful :) did you put in sourceforge? Hashim On 2/17/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > I have developed a solution where each struts action has an > ActionStats object which counts automatically number of requests, > number of errors, min/mid/max/l

Re: Statistics

2006-02-17 Thread C. Grobmeier
Hi The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer i use a PHP skript for that. * http://www.phpee.com/11.html It does all the needed data very well. Have fun, Chris -

Re: Statistics

2006-02-17 Thread Morten Andersen
The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer But your program sounds like a nice optimization tool. Regards Morten Leon Rosenberg skrev: I have developed a solution where each struts action has an ActionStats objec

Re: Statistics

2006-02-17 Thread Leon Rosenberg
I have developed a solution where each struts action has an ActionStats object which counts automatically number of requests, number of errors, min/mid/max/last execution times and does all this for any specified intervals (5minutes, 15 minutes, 1 hour etc). Another action then generates xml and ht