High Performance TiDB 寻找瓶颈











有用的指标:node exporter,包含很多系统调用的指标,包括iowait等



可以通过dashboard来抓取
或者通过curl来获取:
curl http://{TIDBIP}:10080/debug/zip?seconds=60 --output debug.zip







IO工具:iostat(针对块级别)/iotop(针对应用级别)/iosnoop(查看磁盘延迟毛刺)



其他IO工具:
fio,测试比较磁盘重要指标:读写带宽/IOPS/fsync/每秒等。
pg_test_fsync 测试func性能
– 26:07