mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #486 from philips/document-profiling-binary
fix(Documentation/profiling): note about using the right binary
This commit is contained in:
commit
bd2b3793a6
@ -3,6 +3,10 @@
|
||||
etcd exposes profiling information from the Go pprof package over HTTP.
|
||||
The basic browseable interface can be found at `http://127.0.0.1:4001/debug/pprof`.
|
||||
|
||||
**NOTE**: In the following examples you need to ensure that the `./bin/etcd` is
|
||||
identical to the `./bin/etcd` that you are targetting (same git hash, arch,
|
||||
platform, etc).
|
||||
|
||||
### Heap memory profile
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user