Performance analysis of Golang big killer PProf

Performance analysis of Golang big killer PProf

ab -n 6 -c 2  -H "Authorization: XDS 7.c0H2-mNd7a_EE6VvFa1aqkW7ycYbmjh3tiFS-4tZD98" "http://127.0.0.1:8890/"

go tool pprof --http=:6061 http://localhost:8890/debug/fgprof?seconds=30

go tool pprof http://localhost:8890/debug/pprof/profile?seconds=60

Guess you like

Origin blog.csdn.net/qq_26249609/article/details/107384599