It is the StatusManagerServlet at http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/StatusManagerServlet.java?rev=1.16&view=log
Thanks Anita --- Aaron Mulder <[EMAIL PROTECTED]> wrote: > Do you have a pointer to the code for TomcatManager > that collects > these statistics? We should be able to do something > similar to what > they're doing. > > Thanks, > Aaron > > On 9/23/05, anita kulshreshtha <[EMAIL PROTECTED]> > wrote: > > Aaron, Joe > > There has been discussion about collecting > Tomcat > > statistics. The following statistics are available > for > > Tomcat: > > FOR EACH CONNECTOR : > > 1. Max processing time, processing time, Request > > count, Error count, bytes received and bytes sent. > > These are similar to what we have for Jetty. > Though I > > do not see total bytes sent/received for Jetty. > > 2.For each request stage, Time, bytes sent, bytes > > received, client, Vhost and request (URL, > protocol) > > are available. I do not see similar statistics for > > Jetty. I would like to add these to our console. > > Currently we do not display session/request > > statistics per application and per servlet. are > there > > any plans to add these? > > Tomcat manager application uses JMX to collect > > these statistics (1). > > They are not provided by Tomcat (AFAIK). Can > Tomcat > > manager use Geronimo's Mbeanserver? What is > involved > > here? The easiest thing would be to make it work > and > > improve/rewrite it (post M5?) to extend > WebContainer. > > > > Is this the correct way to proceed? > > > > Thanks > > Anita > > > > > > > > __________________________________ > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > http://mail.yahoo.com > > > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
