TiDB试用
来源:TiDB
浏览 1739
扫码
分享
2019-06-29 09:28:00
Coprocessor
- Request duration:处理 coprocessor 读请求所花费的时间
- Wait duration:coprocessor 请求的等待时间,99.99% 的情况下,应该小于 10s
- Handle duration:处理 coprocessor 请求所花费的时间
- 95% Request duration by store:95% 的情况下,每个 TiKV 实例处理 coprocessor 读请求所花费的时间
- 95% Wait duration by store:95% 的情况下,每个 TiKV 实例上 coprocessor 请求的等待时间
- 95% Handle duration by store:95% 的情况下,每个 TiKV 实例处理 coprocessor 请求所花费的时间
- Request errors:下推的请求发生错误的个数,正常情况下,短时间内不应该有大量的错误
- DAG executors:DAG executor 的个数
- Scan keys:每个请求 scan key 的个数
- Scan details:scan 每个 CF 的详细情况
- Table Scan - Details by CF:table scan 针对每个 CF 的详细情况
- Index Scan - Details by CF:index scan 针对每个 CF 的详细情况
- Table Scan - Perf Statistics:执行 table sacn 的时候,根据 perf 统计的 RocksDB 内部 operation 的个数
- Index Scan - Perf Statistics:执行 index sacn 的时候,根据 perf 统计的 RocksDB 内部 operation 的个数
当前内容版权归
TiDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
TiDB .