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

feat: add an "ipfs diag profile" command #8291

Merged
merged 7 commits into from
Jul 22, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
fix: spelling
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
  • Loading branch information
Stebalien and aschmahmann committed Jul 22, 2021
commit 9c1bb99eebc29873fa8b843abcf4466c8d24ee29
3 changes: 1 addition & 2 deletions docs/debug-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ that goroutine in the middle of a short wait for something. If the wait time is
over a few minutes, that either means that goroutine doesn't do much, or
something is pretty wrong.

If you're seeing a lot of goroutines, conside rusing
If you're seeing a lot of goroutines, consider using
[stackparse](https://github.com/whyrusleeping/stackparse) to filter, sort, and summarize them.

### Analyzing the CPU Profile
Expand All @@ -100,4 +100,3 @@ The output is JSON formatted and includes badger store statistics, the command l
If you have any questions, or want us to analyze some weird go-ipfs behaviour,
just let us know, and be sure to include all the profiling information
mentioned at the top.