Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0D626200B34 for ; Sat, 18 Jun 2016 02:44:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C02B160A63; Sat, 18 Jun 2016 00:44:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5D06C160A61 for ; Sat, 18 Jun 2016 02:44:06 +0200 (CEST) Received: (qmail 4439 invoked by uid 500); 18 Jun 2016 00:44:05 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 4408 invoked by uid 99); 18 Jun 2016 00:44:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2016 00:44:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 492302C1F62 for ; Sat, 18 Jun 2016 00:44:05 +0000 (UTC) Date: Sat, 18 Jun 2016 00:44:05 +0000 (UTC) From: "Kai Sasaki (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10534) NameNode WebUI should display DataNode usage rate with a certain percentile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 18 Jun 2016 00:44:07 -0000 [ https://issues.apache.org/jira/browse/HDFS-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337348#comment-15337348 ] Kai Sasaki commented on HDFS-10534: ----------------------------------- [~zhz] Thanks for checking! It sounds reasonable. I think we can make percentile configurable like {code} dfs.namenode.metrics.node-usage.percentile 0.95 This setting specifies the percentile value of disk usage of data nodes which is sorted in ascending order. Default is 0.95. {code} > NameNode WebUI should display DataNode usage rate with a certain percentile > --------------------------------------------------------------------------- > > Key: HDFS-10534 > URL: https://issues.apache.org/jira/browse/HDFS-10534 > Project: Hadoop HDFS > Issue Type: Improvement > Components: namenode, ui > Reporter: Zhe Zhang > Assignee: Kai Sasaki > Attachments: HDFS-10534.01.patch, HDFS-10534.02.patch > > > In addition of *Min/Median/Max*, another meaningful metric for cluster balance is DN usage rate at a certain percentile (e.g. 90 or 95). We should add a config option, and another filed on NN WebUI, to display this. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org