Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 36505 invoked from network); 19 Feb 2009 21:58:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 21:58:31 -0000 Received: (qmail 5938 invoked by uid 500); 19 Feb 2009 21:58:31 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 5923 invoked by uid 500); 19 Feb 2009 21:58:31 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 5912 invoked by uid 99); 19 Feb 2009 21:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 13:58:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 21:58:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C40AF234C495 for ; Thu, 19 Feb 2009 13:58:01 -0800 (PST) Message-ID: <1028109987.1235080681798.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 13:58:01 -0800 (PST) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2042) Expose totalHandlingTime attribute in ResponseTimeCounterMBean to offer trendsup monitoring In-Reply-To: <515037444.1234737299540.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2042. ------------------------------ Resolution: Fixed Fix Version/s: 2.1.5 2.0.11 Assignee: Daniel Kulp > Expose totalHandlingTime attribute in ResponseTimeCounterMBean to offer trendsup monitoring > ------------------------------------------------------------------------------------------- > > Key: CXF-2042 > URL: https://issues.apache.org/jira/browse/CXF-2042 > Project: CXF > Issue Type: Improvement > Components: Core > Affects Versions: 2.1.4 > Reporter: Cyrille Le Clerc > Assignee: Daniel Kulp > Fix For: 2.0.11, 2.1.5 > > Attachments: TotalHandlingTimeAsResponseTimeCounterMBeanAttribute.patch > > > Expose the currently internal attribute ResponseTimeCounter#totalHandlingTime in the ResponseTimeCounterMBean to offer trendsup monitoring. > Thanks to this, monitoring tools like Hyperic HQ will be able to offer metrics per time unit like "average response time for last minute/hour" ( via a division of totalHandlingTime by InvocationsCount) > Resources on Hyperic HQ's trendsup metrics monitoring : http://support.hyperic.com/display/DOC/Metric+Parameters -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.