Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 96596 invoked from network); 2 Feb 2007 06:33:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 06:33:35 -0000 Received: (qmail 93451 invoked by uid 500); 2 Feb 2007 06:33:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93411 invoked by uid 500); 2 Feb 2007 06:33:38 -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 93397 invoked by uid 99); 2 Feb 2007 06:33:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 22:33:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Feb 2007 22:33:29 -0800 Received: (qmail 16433 invoked from network); 2 Feb 2007 06:33:06 -0000 Received: from unknown (HELO ?192.168.1.102?) (unknown) by unknown with SMTP; 2 Feb 2007 06:33:06 -0000 X-pair-Authenticated: 124.43.196.96 Message-ID: <45C2DB1C.6030401@opensource.lk> Date: Fri, 02 Feb 2007 12:03:00 +0530 From: Lasantha Ranaweera User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Help with JSR 77 Performance Monitoring Implementation References: <45BEB628.90002@gmail.com> <45BEDEE6.1010900@gmail.com> In-Reply-To: <45BEDEE6.1010900@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Chris, I would like to contribute to this work in the Geronimo too ;-) . Went through the JSR. Saw Jetty implementation is already available there even though it is commented in the source code. I hope to start from Tomcat side. Any help would be appriciated. Thanks, Lasantha Ranaweera Christopher M. Cardona wrote: > CORRECTION: The 'Implementing Class' column was modified to > 'StatisticsProvider Class' column. This column lists the classes that > implement the StatisticsProvider interface which defines a method to > return a specific managed object Stats. > > Christopher M. Cardona wrote: >> I�m currently looking on how to implement JSR 77 Stats interfaces >> (GERONIMO-2517) and I've created a wiki page to keep track of the >> progress: >> http://cwiki.apache.org/confluence/display/GMOxDEV/JSR+77+Performance+Monitoring+%28Stats+Interfaces%29 >> >> >> This page lists the Stats interface required by each managed object >> type including the methods to be implemented. The �Implementing >> Class� column is the specific Class that would implement the >> corresponding Stats interface and this is where I need some input >> from you guys. Implementing these interfaces might involve source >> modification of other projects that Geronimo uses (e.g. Openejb, >> ActiveMQ, Jetty, Tomcat, etc.) and it would really help if domain >> experts on these projects provide suggestions and info on how and >> where to implement the said interfaces. It would also help to bring >> up possible issues when implementing the said interfaces. Please feel >> free to modify the wiki page for corrections or additions. >> >> Here�s a list of Stats interfaces that we can implement and support >> in Geronimo: >> >> 1. EJBStats >> 2. SessionBeanStats >> 3. StatelessSessionBeanStats >> 4. StatefulSessionBeanStats >> 5. MessageDrivenBeanStats** >> 6. EntityBeanStats >> 7. ServletStats >> 8. JCAStats >> 9. JCAConnectionStats >> 10. JCAConnectionPoolStats >> 11. JTAStats >> 12. JDBCStats >> 13. JDBCConnectionStats >> 14. JDBCConnectionPoolStats >> 15. JMSStats >> 16. JMSConnectionStats >> 17. JMSSessionStats >> 18. JMSEndpointStats >> 19. JMSProducerStats >> 20. JMSConsumerStats >> 21. JavaMailStats >> 22. URLStats >> 23. JVMStats (Already implemented) >> >> Thanks, >> chris >> >> > >