go应用性能分析

性能分析 对golang应用运行时占用内存和cpu的大小和时间进行统计分析node 工具 go自带 net/http/pprof 方法 web应用 运行时开启监控git _ "net/http/pprof" go func() { log.Println(http.ListenAndServe("localhost:6060", nil)) }() 使用beego 自带了这个功能,须要配置
相关文章
相关标签/搜索