Skip to content

Commit

Permalink
[docs] Fix dumped file names in troubleshooting guide (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
linasm authored Oct 23, 2020
1 parent b9e1aa2 commit 50c2f97
Showing 1 changed file with 6 additions and 6 deletions.
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 .

0 comments on commit 50c2f97

Please sign in to comment.