安装 graphviz
yum install graphviz
开始采集:
go tool pprof http://192.168.100.100:1000/debug/pprof/heap
输出 svg 文件,web可以查看
#go tool pprof http://192.168.100.100:1000/debug/pprof/heap Fetching profile over HTTP from http://192.168.100.100:1000/debug/pprof/heap Saved profile in /root/pprof/pprof.demo.alloc_objects.alloc_space.inuse_objects.inuse_space.002.pb.gz File: demo Type: inuse_space Time: Mar 7, 2023 at 2:50pm (CST) Entering interactive mode (type "help" for commands, "o" for options) (pprof) svg Generating report in profile002.svg (pprof)
标签:http,pprof,100.100,性能,192.168,heap,go From: https://www.cnblogs.com/wangjq19920210/p/17188126.html