Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 33392 invoked from network); 18 Oct 2008 01:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 01:07:35 -0000 Received: (qmail 23824 invoked by uid 500); 18 Oct 2008 01:07:36 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 23811 invoked by uid 500); 18 Oct 2008 01:07:36 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 23799 invoked by uid 99); 18 Oct 2008 01:07:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 18:07:36 -0700 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; Sat, 18 Oct 2008 01:06:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D75C234C233 for ; Fri, 17 Oct 2008 18:06:44 -0700 (PDT) Message-ID: <594435156.1224292004512.JavaMail.jira@brutus> Date: Fri, 17 Oct 2008 18:06:44 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-625) Metrics support for cluster load history: emissions and graphs In-Reply-To: <990316702.1210696435622.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/HBASE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-625: ------------------------ Attachment: metrics-3.patch This patch adds master metrics and adds to the regionserver UI publishing of regionserver metrics. I need to test more. Also want to think if a better way of getting store level metrics than getting synchronization lock on the online regions and then iterating over all stores and per store over synchronizing on the regions store Collection. > Metrics support for cluster load history: emissions and graphs > -------------------------------------------------------------- > > Key: HBASE-625 > URL: https://issues.apache.org/jira/browse/HBASE-625 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: stack > Assignee: stack > Priority: Critical > Attachments: metrics-2.patch, metrics-3.patch, metrics.patch > > > hbase should write loadings on a period in a format that is amenable to tools like ganglia (rrd). Master can dump cluster loadings and averages. Regionservers would report their own loadings. Should exploit the work up in hadoop for doing this kinda thing (GangliaContext) where it makes sense. Extra browning points if user can optionally enable display of graphs in the hbase UI (JRobin). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.