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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -508,8 +508,12 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
508
508
|`PacketsSlowWriteToMirror`| Total number of packets whose write to other Datanodes in the pipeline takes more than a certain time (300ms by default) |
509
509
|`PacketsSlowWriteToDisk`| Total number of packets whose write to disk takes more than a certain time (300ms by default) |
510
510
|`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 |
0 commit comments