Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 43064 invoked from network); 11 Dec 2005 06:48:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 06:48:39 -0000 Received: (qmail 63103 invoked by uid 500); 11 Dec 2005 06:48:33 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 62998 invoked by uid 500); 11 Dec 2005 06:48:33 -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 62949 invoked by uid 99); 11 Dec 2005 06:48:32 -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; Sat, 10 Dec 2005 22:48:30 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 13E2C22B for ; Sun, 11 Dec 2005 07:48:10 +0100 (CET) Message-ID: <140169403.1134283690079.JavaMail.jira@ajax.apache.org> Date: Sun, 11 Dec 2005 07:48:10 +0100 (CET) From: "Aaron Mulder (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 ] Aaron Mulder updated GERONIMO-1293: ----------------------------------- Fix Version: 1.1 Version: 1.0-M5 (was: 1.x) > 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 > > 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