aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-04-30 20:53:23 +0100
committerGravatar GitHub <noreply@github.com> 2018-04-30 20:53:23 +0100
commitc48531bb35fa1bb5f9e41a00d98794ea1978f01e (patch)
tree630bd4f67cbbd958979aeee7997404a193f7b5ad /plugin
parenta8fce24d468651df9bdc6dd5af5cb749ad03f687 (diff)
downloadcoredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.tar.gz
coredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.tar.zst
coredns-c48531bb35fa1bb5f9e41a00d98794ea1978f01e.zip
Add usage example (#1759)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/pprof/README.md2
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