Commit Graph

8 Commits

Author SHA1 Message Date
Steven Allen
9c1bb99eeb
fix: spelling
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2021-07-21 20:45:45 -07:00
Steven Allen
3745047ccf doc(profile): improve profiling docs 2021-07-21 18:04:11 -07:00
Steven Allen
d52d183020 feat: add an "ipfs diag profile" command
This should replace the "collect-profiles.sh" script and allow users to
easily collect profiles.

At the moment, it just dumps all profiles into a single zip file. It
does this server-side so it's easy fetch them with curl.

In the future, it would be nice to add:

1. Progress indicators (cpu profiles take 30 seconds).
2. An option to specify which profiles to collect.

But we can handle that later.

Unfortunately, this command doesn't produce symbolized svgs as I didn't
want to depend on having a local go compiler.
2021-07-21 14:51:47 -07:00
Dimitris Apostolou
1e437c7e97
Fix typos and cleanup 2020-04-20 22:00:01 +03:00
Steven Allen
20f7ce8508 debug: document the debug script
fixes #6457
2019-07-08 05:34:48 -07:00
rob-deutsch
0f3cea6a8e debug-guide.md added memory statistics command
License: MIT
Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
2018-10-02 11:57:11 +10:00
Łukasz Magiera
f70fa0a2a5 docs: Update and clean-up
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-12 18:47:53 +02:00
Richard Littauer
656241f408 Moved docs to docs
I moved debug-guide and releases to the docs folder. I think we should also move dev.md and roadmap.md there, too -- but I am not sure how often these files are updated, addressed, changed, or, in general, seen. Perhaps we should have a wider discussion about the docs included in this repo?

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-03 13:14:40 +01:00