You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Haibin Huang (Jira)" <ji...@apache.org> on 2020/11/04 10:18:00 UTC

[jira] [Created] (HDFS-15666) add average latency information to the SlowPeerReport

Haibin Huang created HDFS-15666:
-----------------------------------

             Summary: add average latency information to the SlowPeerReport
                 Key: HDFS-15666
                 URL: https://issues.apache.org/jira/browse/HDFS-15666
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs
            Reporter: Haibin Huang
            Assignee: Haibin Huang


In namenode's jmx, there is a SlowDisksReport like this:
{code:java}
[{"SlowDiskID":"dn3:disk1","Latencies":{"WRITE":1000.1}},{"SlowDiskID":"dn2:disk2","Latencies":{"WRITE":1000.1}},{"SlowDiskID":"dn1:disk2","Latencies":{"READ":1000.3}},{"SlowDiskID":"dn1:disk1","Latencies":{"METADATA":1000.1,"READ":1000.8}}]
{code}
So we can know the disk io letency from this report.However, SlowPeersReport dosen't have average latency:

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org