Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 66243 invoked from network); 19 Jul 2008 06:20:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2008 06:20:53 -0000 Received: (qmail 92505 invoked by uid 500); 19 Jul 2008 06:20:53 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 92490 invoked by uid 500); 19 Jul 2008 06:20:53 -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 92474 invoked by uid 99); 19 Jul 2008 06:20:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 23:20:52 -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, 19 Jul 2008 06:20:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3D3C234C174 for ; Fri, 18 Jul 2008 23:20:31 -0700 (PDT) Message-ID: <1088344180.1216448431735.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 23:20:31 -0700 (PDT) From: "Billy Pearson (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-625) 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:comment-tabpanel&focusedCommentId=12614953#action_12614953 ] Billy Pearson commented on HBASE-625: ------------------------------------- Now that we have a ttl option on the tables this would not be a bad idea as the users could modify the ttl to store the amount of history needed +1 on idea of a stats table idea. also with it in a table all clients could query it from thrift, rest, or java api > 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 > > 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.