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 的个数