diff --git a/plugin/pprof/README.md b/plugin/pprof/README.md index 53de6e326..34f43cb48 100644 --- a/plugin/pprof/README.md +++ b/plugin/pprof/README.md @@ -36,6 +36,8 @@ Enable pprof endpoints: } ~~~ +And use the pprof tool to get statistics: `go tool pprof http://localhost:6053`. + Listen on an alternate address: ~~~ txt