README ¶
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"
$ 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) _
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.