Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 49747 invoked from network); 6 Dec 2010 06:52:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 06:52:48 -0000 Received: (qmail 84662 invoked by uid 500); 6 Dec 2010 06:52:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 84507 invoked by uid 500); 6 Dec 2010 06:52:47 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 84499 invoked by uid 99); 6 Dec 2010 06:52:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 06:52:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of donzymeth@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 06:52:39 +0000 Received: by iwn5 with SMTP id 5so3058723iwn.2 for ; Sun, 05 Dec 2010 22:52:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/OrtuZHMQeIRi2uMP+2hqWdIZhWu0oDk1YXdREgCHoY=; b=CVM1OmmgxyXo/RTHlA6nSC0tpcFF5UsLQYP+5DvkvDPOlNRFqp43LKuV6Ie6Om6d6u P9E8H8L+fYqsdNE/Ox0eypCreV8jto7NofN0Q2NTCZU/zxKJm8uwz+i9aXddmvbHiarZ GtYmcHxvJvp2A/YFc3axXEWB9Ow3ErzLboQNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=hkWAaCPQOkeScxYwCAf6iKcXjDjEzK/UO51uNJsazdPUzErxh8Z8zq9Gwysi6Cj8Bc CTtahyHkczsMNcAVnVEYvCSkuNPc104RNkBNb8zryyvfG3g16sZZuxySJ7VcLcUEDkEV EuTjWMH+VjWr2t04A4lOMTl6C+TU5V54oewno= Received: by 10.231.33.137 with SMTP id h9mr5429322ibd.117.1291618338456; Sun, 05 Dec 2010 22:52:18 -0800 (PST) Received: from [192.168.1.38] ([125.212.33.206]) by mx.google.com with ESMTPS id gy41sm4704662ibb.17.2010.12.05.22.52.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Dec 2010 22:52:17 -0800 (PST) Message-ID: <4CFC8816.7000102@gmail.com> Date: Mon, 06 Dec 2010 14:52:06 +0800 From: Don Santillan User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: What is the time period used in StatisticsPlugin? References: <4CF7B15D.9020908@gmail.com> <4CF7DB6F.8060401@gmail.com> In-Reply-To: <4CF7DB6F.8060401@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit up up Anyone please? Don Santillan wrote: > up up > > Don Santillan wrote: >> Hello, >> >> I would like to know how the StatisticsPlugin track statistics. For >> example on "ActiveMQ.Statistics.Broker" or >> "ActiveMQ.Statistics.Destination.", it returns the >> statistics for "averageEnqueueTime", "maxEnqueueTime", and >> "minEnqueueTime". What is the period used to calculate these numbers? >> Or are they computed since the server started? >> >> Thanks! >> -don >> >