From 002b787ce7e5a6b43ee510caf9918141bf9fabc2 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Sun, 26 Sep 2021 21:56:39 +0800 Subject: [PATCH] Update tiflash/monitor-tiflash.md Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com> --- tiflash/monitor-tiflash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/monitor-tiflash.md b/tiflash/monitor-tiflash.md index f8b69e910bed..05bdcea96777 100644 --- a/tiflash/monitor-tiflash.md +++ b/tiflash/monitor-tiflash.md @@ -76,7 +76,7 @@ TiFlash 面板一共包括 **TiFlash-Summary**、**TiFlash-Proxy-Summary**、**T - `throughput_delta-management` 表示数据整理的吞吐量。 - `total_write` 表示自上次启动以来的总写入字节数。 - `total_delta-management` 表示自上次启动以来数据整理的总字节数。 -- Write Stall Duration:每个实例写入和移除 Region 数据发生 stall 的时长。 +- Write Stall Duration:每个实例写入和移除 Region 数据产生的卡顿时长。 - Write Throughput By Instance:每个实例写入数据的吞吐量,包括 apply Raft 数据日志以及 Raft 快照的写入吞吐量。 - Write Command OPS By Instance:每个实例收到各种命令的总计数。 - `write block` 表示通过 Raft 同步数据日志。