You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
370
370
|:---- |:---- |
371
371
|`BytesWritten`| Total number of bytes written to DataNode |
372
372
|`BytesRead`| Total number of bytes read from DataNode |
373
-
|`BytesReadTransferRate`*num*`s(50/75/90/95/99)thPercentileRate`| The 50/75/90/95/99th percentile of the transfer rate of bytes read from the DataNode. The transfer rate is measured in megabytes per second. |
373
+
|`ReadTransferRateMBs`*num*`s(50/75/90/95/99)thPercentileRate`| The 50/75/90/95/99th percentile of the transfer rate of bytes read from the DataNode. The transfer rate is measured in megabytes per second. |
374
374
|`BlocksWritten`| Total number of blocks written to DataNode |
375
375
|`BlocksRead`| Total number of blocks read from DataNode |
376
376
|`BlocksReplicated`| Total number of blocks replicated |
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/metrics/DataNodeMetrics.java
0 commit comments