Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B8F718184 for ; Wed, 20 Apr 2016 03:01:30 +0000 (UTC) Received: (qmail 55230 invoked by uid 500); 20 Apr 2016 03:01:30 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 55093 invoked by uid 500); 20 Apr 2016 03:01:27 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 55002 invoked by uid 99); 20 Apr 2016 03:01:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2016 03:01:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 85E152C14F7 for ; Wed, 20 Apr 2016 03:01:25 +0000 (UTC) Date: Wed, 20 Apr 2016 03:01:25 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-417) Add more broker-level attributes to improve JMX-based monitoring MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249174#comment-15249174 ] ASF subversion and git services commented on ARTEMIS-417: --------------------------------------------------------- Commit 9d7a49b38812d28e7a1e8fe9a5cae62ad1e3b96b in activemq-artemis's branch refs/heads/master from [~jbertram] [ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=9d7a49b ] ARTEMIS-417 more broker-level JMX attrs > Add more broker-level attributes to improve JMX-based monitoring > ---------------------------------------------------------------- > > Key: ARTEMIS-417 > URL: https://issues.apache.org/jira/browse/ARTEMIS-417 > Project: ActiveMQ Artemis > Issue Type: New Feature > Reporter: Lionel Cons > Assignee: Justin Bertram > > Here are some broker level attributes, useful for monitoring purposes, exposed by ActiveMQ 5.x and not (yet) by Artemis. > - uptime: Uptime and UptimeMillis > - total number of connections since start (to derive a rate): TotalConnectionsCount > - total number of messages received (to derive a rate): TotalEnqueueCount > - total number of messages sent (to derive a rate): TotalDequeueCount > - number of messages currently in the broker: TotalMessageCount > - current number of subscriptions/consumers: TotalConsumerCount > - memory store usage: MemoryPercentUsage > - disk store usage: TempPercentUsage and StorePercentUsage > Some of these may be computed from other MBeans (one could sum all the MessageCount from all the queues) but this does not scale. With heavily used brokers (e.g. thousands of destinations or connections or subscriptions...), it is not really feasible to frequently iterate through many thousands MBeans just to get an aggregated total. -- This message was sent by Atlassian JIRA (v6.3.4#6332)