gopprof icon indicating copy to clipboard operation
gopprof copied to clipboard

A go pprof wrapper with full readline supported

trafficstars

gopprof

A go pprof wrapper with full readline supported

Get

$ go get github.com/chzyer/gopprof
$ gopprof [options] [binary] <profile source> ...
# just like anything with "go tool pprof"

asciicast

$ gopprof http://localhost:6060/debug/pprof/heap
Fetching profile from http://localhost:6060/debug/pprof/heap
Saved profile in /Users/xxx/pprof/pprof.localhost:6060.inuse_objects.inuse_space.028.pb.gz
Entering interactive mode (type "help" for commands)
(gopprof) _