Skip to content

Commit daa78ad

Browse files
HDFS-17200. Add some datanode related metrics to Metrics.md. (#6099). Contributed by huangzhaobo99
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent 4c408a5 commit daa78ad

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • hadoop-common-project/hadoop-common/src/site/markdown

hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,12 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
508508
| `PacketsSlowWriteToMirror` | Total number of packets whose write to other Datanodes in the pipeline takes more than a certain time (300ms by default) |
509509
| `PacketsSlowWriteToDisk` | Total number of packets whose write to disk takes more than a certain time (300ms by default) |
510510
| `PacketsSlowWriteToOsCache` | Total number of packets whose write to os cache takes more than a certain time (300ms by default) |
511-
| `slowFlushOrSyncCount` | Total number of packets whose sync/flush takes more than a certain time (300ms by default) |
512-
| `slowAckToUpstreamCount` | Total number of packets whose upstream ack takes more than a certain time (300ms by default) |
511+
| `SlowFlushOrSyncCount` | Total number of packets whose sync/flush takes more than a certain time (300ms by default) |
512+
| `SlowAckToUpstreamCount` | Total number of packets whose upstream ack takes more than a certain time (300ms by default) |
513+
| `SumOfActorCommandQueueLength` | Sum of all BPServiceActors command queue length |
514+
| `NumProcessedCommands` | Num of processed commands of all BPServiceActors |
515+
| `ProcessedCommandsOpNumOps` | Total number of processed commands operations |
516+
| `ProcessedCommandsOpAvgTime` | Average time of processed commands operations in milliseconds |
513517

514518
FsVolume
515519
--------

0 commit comments

Comments
 (0)