tikv prometheus监控的 iter_bytes_read 和 bytes_read 两者之间有什么区别?

  • 【TiDB 版本】:v3.0.12
  • 【问题描述】:
    tikv的 iter_bytes_read 和 bytes_read 两者之间有什么区别?
    从监控看 iter_bytes_read 每10分钟有一次跳变,这个是什么导致的?

请问这是对应 TiKV-Details 监控面板下哪个监控项的?


这一项,10分钟一个峰值,是iter_bytes_read这个造成的

请问这个集群是空闲集群么
iter_bytes_read 表示通过迭代器读的数量,bytes_read 表示 get 这种请求读取的数量。
从 10 分钟的周期看,应该是 GC 定期扫描迭代器清理 KV 数据