[ https://issues.apache.org/jira/browse/GERONIMO-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anita Kulshreshtha closed GERONIMO-1293. ---------------------------------------- The ServletStats(JSR77) can easily be added when we incorporate 'Servlet' J2EEManagedObject. Alternately a user can get raw servlet statistics from mbeanserver. > Provide tomcat statistics > ------------------------- > > Key: GERONIMO-1293 > URL: https://issues.apache.org/jira/browse/GERONIMO-1293 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 1.0-M5 > Environment: All environments > Reporter: Anita Kulshreshtha > Assignee: Anita Kulshreshtha > Priority: Minor > Fix For: 2.0, 2.1 > > Attachments: geronimo-stats-1.0-SNAPSHOT.war, > geronimo-stats-1.0-SNAPSHOT.war, geronimo-stats-1.0-SNAPSHOT.war, > geronimo-stats-1.1-SNAPSHOT.war, geronimo-stats-2.0-SNAPSHOT.war, > management.patch, management.patch, management.patch, project.patch, > properties.patch, properties.patch, stats.zip, stats.zip, stats.zip, > statsApp.zip, tomcat-builder.patch, tomcat.patch, tomcat.patch, tomcat.patch, > tomcat.patch, TomcatWebAppContext.patch > > > Provide following statistics for tomcat : > 1. Per Host/Container - > a. Initially provide the following per connector statistics for > each connector - > Cummulative statistics about all request > handled by this connector since the stat were turned on. > b. If time (before 1.0 release) permits, use 'a' to generate > (rename/compute) statistics similar to the ones provided by Jetty > 2. Per application - > a.. processingTime : The cumulative processing times of all > servlets in this StandardContext > b. startTime - The time this context was started. > c. startupTime - The time (in milliseconds) it took to start > this context. > d.. tldScanTime() - > Later add session statistics and jsp statistics. > 3. Per Servlet - Explore using statistics from RequestInfo to provide > statistics for a servlet. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.