Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix dumped file names in troubleshooting guide #2727

Merged
merged 4 commits into from
Oct 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions site/content/docs/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
less placement-m3db.json | jq .