之前是 cli 下 go tool pprof -http=host profile 文件 然后打开 host 。
分析多个文件时候,要手动打开多个端口太累了 所以写了个 web 代理管理访问 这些端口 工具地址 https://github.com/matteo-gz/prof/
体验方式 go install github.com/matteo-gz/prof/cmd/prof@latest prof 然后打开 http://127.0.0.1:8201/就可以了