Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC906D9FB for ; Mon, 29 Oct 2012 23:30:12 +0000 (UTC) Received: (qmail 29183 invoked by uid 500); 29 Oct 2012 23:30:12 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 29120 invoked by uid 500); 29 Oct 2012 23:30:12 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 29041 invoked by uid 99); 29 Oct 2012 23:30:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2012 23:30:12 +0000 Date: Mon, 29 Oct 2012 23:30:12 +0000 (UTC) From: "Tom Beerbower (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: <811839305.41709.1351553412643.JavaMail.jiratomcat@arcas> In-Reply-To: <74059435.39543.1351529173637.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (AMBARI-943) Add Host metrics 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/AMBARI-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Beerbower updated AMBARI-943: --------------------------------- Attachment: AMBARI-943.patch > Add Host metrics > ---------------- > > Key: AMBARI-943 > URL: https://issues.apache.org/jira/browse/AMBARI-943 > Project: Ambari > Issue Type: Sub-task > Reporter: Tom Beerbower > Assignee: Tom Beerbower > Attachments: AMBARI-943.patch > > > Add the following metrics at the Host level : > "metrics": > { > "cpu": [ > { "cpu_nice": 0, "cpu_wio": 0, "cpu_user": 0, "cpu_idle": 0, "cpu_system": 0, "cpu_aidle": 0 } > ], > "disk": [ > { "disk_free": 0, "disk_total": 0, "part_max_used": 0 } > ], > "load": [ > "load_one": 0, > "load_five": 0, > "load_fifteen": 0 > } ], > "memory": [ > { "swap_free": 0, "mem_cached": 0, "men_free": 0, "mem_buffers": 0, "mem_shared": 0 } > ], > "network": [ > { "bytes_out": 0, "bytes_in": 0, "pkts_in": 0, "pkts_out":0 } > ], > "processes": [ > { "proc_run": 0, "proc_total": 0 } > ]} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira