Skip to content

Commit 2667eef

Browse files
authored
alert-rules: update Scheduler-All (#20469) (#20514)
1 parent 8d98cc3 commit 2667eef

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
@@ -604,8 +604,8 @@ summary: TiDB 集群中各组件的报警规则详解。
604604

605605
* 处理方法:
606606

607-
1. 查看 Scheduler-All 监控中的 scheduler command duration,看哪一个命令耗时最大。
608-
2. 查看 Scheduler-All 监控中的 scheduler scan details, `total``process` 是否匹配。如果相差太大,表明有很多无效的扫描,另外观察是否有 `over seek bound`,如果太多,表明 GC 不及时。
607+
1. 查看 `Scheduler``Scheduler-${cmd}``${cmd}` 为指定待查询的写命令)监控中的 scheduler command duration,看哪一个命令耗时最大。
608+
2. 查看 `Scheduler``Scheduler-${cmd}` 监控中的 scheduler scan details,检查 `total``process` 是否匹配。如果相差太大,表明有很多无效的扫描。同时观察是否有 `over seek bound`,如果太多,表明 GC 不及时。
609609
3. 查看 Storage 监控中的 storage async snapshot/write duration,看是否 Raft 操作不及时。
610610

611611
#### `TiKV_thread_apply_worker_cpu_seconds`

0 commit comments

Comments
 (0)