Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 1779 invoked from network); 19 May 2006 23:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 23:04:04 -0000 Received: (qmail 13147 invoked by uid 500); 19 May 2006 23:04:04 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 13019 invoked by uid 500); 19 May 2006 23:04:04 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 13010 invoked by uid 99); 19 May 2006 23:04:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 16:04:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 16:04:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F11F7142C8 for ; Fri, 19 May 2006 23:03:30 +0000 (GMT) Message-ID: <30253424.1148079810583.JavaMail.jira@brutus> Date: Fri, 19 May 2006 23:03:30 +0000 (GMT+00:00) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-237) Standard set of Performance Metrics for Hadoop In-Reply-To: <14919853.1148078609860.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-237?page=comments#action_12412604 ] Doug Cutting commented on HADOOP-237: ------------------------------------- Here are some quick ideas for what could be interesting statistics to monitor: Map Input: records/second bytes/second Map Output Transferred to Reduce Node; records/second bytes/second Reduce Output: bytes/second records/second Job Tracker: maps tasks launched map tasks completed reduce tasks launched reduce tasks completed DFS Datanode bytes/second written bytes/second read blocks/second read blocks/second written blocks replicated blocks removed DFS NameNode files created files renamed files listed files opened files removed Is this the sort of thing you had in mind? > Standard set of Performance Metrics for Hadoop > ---------------------------------------------- > > Key: HADOOP-237 > URL: http://issues.apache.org/jira/browse/HADOOP-237 > Project: Hadoop > Type: Improvement > Components: metrics > Versions: 0.3 > Environment: All > Reporter: Milind Bhandarkar > Assignee: Milind Bhandarkar > > I am starting to use Hadoop's shiny new Metrics API to publish performance (and other) Metrics of running jobs and other daemons. > Which performance metrics are people interested in seeing ? If possible, please group them according to modules, such as map-reduce, dfs, general-cluster-related etc. I will follow this process: > 1. collect this list > 2. assess feasibility of obtaining metric > 3. assign context/record/metrics names > 4. seek approval for names > 5. instrument the code. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira