diff options
author | 2018-04-30 20:53:23 +0100 | |
---|---|---|
committer | 2018-04-30 20:53:23 +0100 | |
commit | c48531bb35fa1bb5f9e41a00d98794ea1978f01e (patch) | |
tree | 630bd4f67cbbd958979aeee7997404a193f7b5ad /plugin | |
parent | a8fce24d468651df9bdc6dd5af5cb749ad03f687 (diff) | |
download | coredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.tar.gz coredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.tar.zst coredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.zip |
Add usage example (#1759)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/pprof/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |