Skip to content

Commit 6545f54

Browse files
authored
alert-rules: update Scheduler-All (#21128) (#21179)
1 parent 83fb483 commit 6545f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alert-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ This section gives the alert rules for the TiKV component.
605605

606606
* Solution:
607607

608-
1. View the scheduler command duration in the Scheduler-All monitor and see which command is most time-consuming;
609-
2. View the scheduler scan details in the Scheduler-All monitor and see whether `total` and `process` match. If they differ a lot, there are many invalid scans. You can also see whether there is `over seek bound`. If there is too much, it indicates GC does not work in time;
608+
1. Identify the most time-consuming command by viewing the scheduler command duration in the `Scheduler` and `Scheduler-${cmd}` (`${cmd}` is the write command to query) monitors;
609+
2. Check the `total` and `process` values in the scheduler scan details of the `Scheduler` and `Scheduler-${cmd}` monitors and see whether `total` and `process` match.
610610
3. View the storage async snapshot/write duration in the Storage monitor and see whether the Raft operation is performed in time.
611611

612612
#### `TiKV_thread_apply_worker_cpu_seconds`

0 commit comments

Comments
 (0)