From 08320cfcf4df532cd1333a0ae49aa82e94b2fb6c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 5 May 2020 20:15:39 +0300 Subject: [PATCH] docs/{vmauth,vmagent}: fix ports for profiling --- app/vmagent/README.md | 4 ++-- app/vmauth/README.md | 4 ++-- docs/vmagent.md | 4 ++-- docs/vmauth.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 6544401b8..5d6df50df 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 c9ff2f69d..3af9c72f1 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 6544401b8..5d6df50df 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 c9ff2f69d..3af9c72f1 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.