From 50c2f97d46c8754dc12d2af9f3e66160b8c00012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linas=20Med=C5=BEi=C5=ABnas?= Date: Fri, 23 Oct 2020 13:33:25 +0300 Subject: [PATCH] [docs] Fix dumped file names in troubleshooting guide (#2727) --- site/content/docs/troubleshooting/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/content/docs/troubleshooting/_index.md b/site/content/docs/troubleshooting/_index.md index 674abdcea2..6de538ee64 100644 --- a/site/content/docs/troubleshooting/_index.md +++ b/site/content/docs/troubleshooting/_index.md @@ -56,24 +56,24 @@ Now, you will have the following files, which you can use for troubleshooting us **cpuSource** - go tool pprof -http=:16000 cpuSource + go tool pprof -http=:16000 cpu.prof **heapSource** - go tool pprof -http=:16000 heapSource + go tool pprof -http=:16000 heap.prof **goroutineProfile** - less goroutineProfile + less goroutine.prof **hostSource** - less hostSource | jq . + less host.json | jq . **namespaceSource** - less namespaceSource | jq . + less namespace.json | jq . **placementSource** - less placementSource | jq . \ No newline at end of file + less placement-m3db.json | jq . \ No newline at end of file