diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 6544401b85..5d6df50dfd 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -249,13 +249,13 @@ ROOT_IMAGE=alpine:3.11 make package-vmagent * Memory profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/heap > mem.pprof +curl -s http://:8429/debug/pprof/heap > mem.pprof ``` * CPU profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/profile > cpu.pprof +curl -s http://:8429/debug/pprof/profile > cpu.pprof ``` The command for collecting CPU profile waits for 30 seconds before returning. diff --git a/app/vmauth/README.md b/app/vmauth/README.md index c9ff2f69de..3af9c72f15 100644 --- a/app/vmauth/README.md +++ b/app/vmauth/README.md @@ -114,13 +114,13 @@ ROOT_IMAGE=alpine:3.11 make package-vmauth * Memory profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/heap > mem.pprof +curl -s http://:8427/debug/pprof/heap > mem.pprof ``` * CPU profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/profile > cpu.pprof +curl -s http://:8427/debug/pprof/profile > cpu.pprof ``` The command for collecting CPU profile waits for 30 seconds before returning. diff --git a/docs/vmagent.md b/docs/vmagent.md index 6544401b85..5d6df50dfd 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -249,13 +249,13 @@ ROOT_IMAGE=alpine:3.11 make package-vmagent * Memory profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/heap > mem.pprof +curl -s http://:8429/debug/pprof/heap > mem.pprof ``` * CPU profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/profile > cpu.pprof +curl -s http://:8429/debug/pprof/profile > cpu.pprof ``` The command for collecting CPU profile waits for 30 seconds before returning. diff --git a/docs/vmauth.md b/docs/vmauth.md index c9ff2f69de..3af9c72f15 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -114,13 +114,13 @@ ROOT_IMAGE=alpine:3.11 make package-vmauth * Memory profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/heap > mem.pprof +curl -s http://:8427/debug/pprof/heap > mem.pprof ``` * CPU profile. It can be collected with the following command: ```bash -curl -s http://:8428/debug/pprof/profile > cpu.pprof +curl -s http://:8427/debug/pprof/profile > cpu.pprof ``` The command for collecting CPU profile waits for 30 seconds before returning.