Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 4660 invoked from network); 9 Oct 2009 18:11:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 18:11:55 -0000 Received: (qmail 22233 invoked by uid 500); 9 Oct 2009 18:11:55 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 22190 invoked by uid 500); 9 Oct 2009 18:11:55 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 22090 invoked by uid 99); 9 Oct 2009 18:11:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 18:11:55 +0000 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; Fri, 09 Oct 2009 18:11:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FD01234C4AB for ; Fri, 9 Oct 2009 11:11:31 -0700 (PDT) Message-ID: <852942858.1255111891522.JavaMail.jira@brutus> Date: Fri, 9 Oct 2009 11:11:31 -0700 (PDT) From: "Robert Chansler (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4959) System metrics does not output correctly for Redhat 5.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HADOOP-4959: ------------------------------------ Release Note: (was: What is new in HADOOP-4959: Support parsing of top output for Redhat EL 5.1.) Editorial pass over all release notes prior to publication of 0.21. > System metrics does not output correctly for Redhat 5.1. > -------------------------------------------------------- > > Key: HADOOP-4959 > URL: https://issues.apache.org/jira/browse/HADOOP-4959 > Project: Hadoop Common > Issue Type: Bug > Environment: Redhat EL 5.1, Java 6 > Reporter: Eric Yang > Assignee: Eric Yang > Fix For: 0.21.0 > > Attachments: HADOOP-4959.patch > > > Top output is different between Redhat 4.5 and Redhat 5.1. The demux parser needs to be updated to parse information correctly. > From Redhat EL 4.5: > 008-12-23 00:00:33,983 INFO org.apache.hadoop.chukwa.inputtools.plugin.metrics.Exec: top - 00:00:33 up 291 days, 3:34, > 0 users, load average: 1.42, 4.47, 4.97^D > Tasks: 184 total, 1 running, 183 sleeping, 0 stopped, 0 zombie^D > Cpu(s): 6.9% us, 0.8% sy, 0.5% ni, 90.8% id, 0.9% wa, 0.0% hi, 0.2% si^D > Mem: 3088508k total, 1364972k used, 1723536k free, 68008k buffers^D > Swap: 16386160k total, 501196k used, 15884964k free, 406344k cached^D > From Redhat EL 5.1: > 2008-12-23 00:55:00,242 INFO org.apache.hadoop.chukwa.inputtools.plugin.metrics.Exec: top - 00:55:00 up 33 days, 22:07, > 2 users, load average: 1.14, 1.17, 1.07^D > Tasks: 177 total, 1 running, 176 sleeping, 0 stopped, 0 zombie^D > Cpu(s): 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st^D > Mem: 8175232k total, 2027628k used, 6147604k free, 344052k buffers^D > Swap: 25157664k total, 0k used, 25157664k free, 1248400k cached^D > Notice in 5.1, there is a % for st. > The parser needs to be improved. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.