aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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