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