From 444b5d329c580933e3461202eeb5e31b23efcfc5 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 16 Jan 2014 15:51:30 -0800 Subject: [PATCH] fix(Documentation/profiling): note about using the right binary --- Documentation/profiling.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/profiling.md b/Documentation/profiling.md index 7001e43b4..dd63529de 100644 --- a/Documentation/profiling.md +++ b/Documentation/profiling.md @@ -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 ```