go應用性能分析

性能分析 對golang應用運行時佔用內存和cpu的大小和時間進行統計分析node 工具 go自帶 net/http/pprof 方法 web應用 運行時開啓監控git _ "net/http/pprof" go func() { log.Println(http.ListenAndServe("localhost:6060", nil)) }() 使用beego 自帶了這個功能,須要配置
相關文章
相關標籤/搜索