1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

Remove conflict of names in the debugging guide

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2016-05-22 15:25:59 +02:00
parent 518f7e06a1
commit 2229bc43d4

View File

@ -19,7 +19,7 @@ profiling information.
- 30 second cpu profile
- `curl localhost:5001/debug/pprof/profile > ipfs.cpuprof`
- heap trace dump
- `curl localhost:5001/debug/pprof/heap > ipfs.stacks`
- `curl localhost:5001/debug/pprof/heap > ipfs.heap`
- system information
- `ipfs diag sys > ipfs.sysinfo`