Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 50022 invoked from network); 20 Dec 2005 15:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 15:07:06 -0000 Received: (qmail 1254 invoked by uid 500); 20 Dec 2005 15:07:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 870 invoked by uid 500); 20 Dec 2005 15:06:57 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 824 invoked by uid 99); 20 Dec 2005 15:06:56 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 07:06:55 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2EDF3180 for ; Tue, 20 Dec 2005 16:06:34 +0100 (CET) Message-ID: <34586898.1135091194190.JavaMail.jira@ajax.apache.org> Date: Tue, 20 Dec 2005 16:06:34 +0100 (CET) From: "anita kulshreshtha (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1293) Provide tomcat statistics In-Reply-To: <1522864489.1133799308252.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] anita kulshreshtha updated GERONIMO-1293: ----------------------------------------- Attachment: stats.zip geronimo-stats-1.0-SNAPSHOT.war Please discard the old files. Still need to figure out why no RequestProcessors are visible. > Provide tomcat statistics > ------------------------- > > Key: GERONIMO-1293 > URL: http://issues.apache.org/jira/browse/GERONIMO-1293 > Project: Geronimo > Type: New Feature > Components: Tomcat > Versions: 1.0-M5 > Environment: All environments > Reporter: anita kulshreshtha > Priority: Minor > Fix For: 1.1 > Attachments: geronimo-stats-1.0-SNAPSHOT.war, stats.zip, stats.zip > > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira