mirror of
https://github.com/coredns/coredns.git
synced 2025-11-19 18:32:16 -05:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# pprof
|
||||
|
||||
*pprof* publishes runtime profiling data at endpoints under `/debug/pprof`.
|
||||
## Name
|
||||
|
||||
*pprof* - publishes runtime profiling data at endpoints under `/debug/pprof`.
|
||||
|
||||
## Description
|
||||
|
||||
You can visit `/debug/pprof` on your site for an index of the available endpoints. By default it
|
||||
will listen on localhost:6053.
|
||||
@@ -45,3 +49,8 @@ Listen on an all addresses on port 6060:
|
||||
pprof :6060
|
||||
}
|
||||
~~~
|
||||
|
||||
# Also See
|
||||
|
||||
See [Go's pprof documentation](https://golang.org/pkg/net/http/pprof/) and [Profiling Go
|
||||
Programs](https://blog.golang.org/profiling-go-programs).
|
||||
|
||||
Reference in New Issue
Block a user