【概述】 场景 + 问题概述
执行性能测试提示: failed to get DOT output from file: failed to generate profile report: failed to fetch any source profiles
【TiDB 版本】
5.0.2
【概述】 场景 + 问题概述
执行性能测试提示: failed to get DOT output from file: failed to generate profile report: failed to fetch any source profiles
【TiDB 版本】
5.0.2
我让老师帮你看看
其他 tidb 或 pd 节点有没有类似报错,可以找个报错节点试试执行命令
curl -G “node-ip:node-status-port/debug/pprof/profile?seconds=30” > /tmp/cpu.profile
node-status-port 默认状态端口分别是 tidb 10080 和 pd 2379
https://docs.pingcap.com/zh/tidb/stable/hardware-and-software-requirements#网络要求
老师,我文件导出来了,这个该怎么看呢
上面两个文件是性能分析出来的 golang 的 profile 文件,可以用 go tool pprof 分析这些文件,并生成火焰图
可以参考这里的用法 https://www.jianshu.com/p/efd19016e40e