From 3b6c14a8b6df06c25c52e8bd0d10329a7772819e Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Sun, 26 Sep 2021 15:52:52 +0800 Subject: [PATCH] Apply suggestions from code review --- tiflash/monitor-tiflash.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tiflash/monitor-tiflash.md b/tiflash/monitor-tiflash.md index 069c415023a30..f09f034c16c44 100644 --- a/tiflash/monitor-tiflash.md +++ b/tiflash/monitor-tiflash.md @@ -76,16 +76,16 @@ The following sections introduce the default monitoring information of **TiFlash ## Storage Write Stall - Write & Delta Management Throughput: The throughput of write and delta's background management for all instances. - - `throughput_write` means the throughput of data sync through Raft. + - `throughput_write` means the throughput of data synchronization through Raft. - `throughput_delta-management` means the throughput of data compaction. - - `total_write` means the total bytes written since last starts. - - `total_delta-management` means the total bytes of data compaction since last starts. + - `total_write` means the total bytes written since the last start. + - `total_delta-management` means the total bytes of data compaction since the last start. - Write Stall Duration: The stall duration of write and removing Region data (delete range) by instance. - Write Throughput By Instance: The throughput of write by instance. It includes the throughput by applying the Raft write commands and Raft snapshots. - Write Command OPS By Instance: The total count of different kinds of commands received by instance. - - `write block` means the data logs synced through Raft. - - `delete_range` means some Regions are removed from or move to this instance. - - `ingest` means some Region snapshot are applied to this instance. + - `write block` means the data logs synchronized through Raft. + - `delete_range` means some Regions are removed from or moved to this instance. + - `ingest` means some Region snapshots are applied to this instance. ## Raft