Golang使用pprof

Posted traits

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Golang使用pprof相关的知识,希望对你有一定的参考价值。

go tool  pprof --text http://localhost:7777/debug/pprof/heap
go tool  pprof --text http://localhost:7777/debug/pprof/profile

  

 

以上是关于Golang使用pprof的主要内容,如果未能解决你的问题,请参考以下文章

golang: 使用pprof做性能分析

golang: 使用pprof做性能分析

golang 性能测试pprof

Golang 大杀器之性能剖析 PProf

Golang使用pprof和qcachegrind进行性能监控

Golang pprof解读