Golang 使用pprof分析goweb的性能問題

go的pprof能夠用來對服務的性能進行檢測,其中net/http/pprof包用來檢測web服務器的相關的性能的分析,包括goroutine的數量,heap的大小問題。golang 簡單使用 package main import ( "fmt" "log" "net/http" _ "net/http/pprof" "time" ) func mai
相關文章
相關標籤/搜索