Skip to content

Commit 837ee80

Browse files
authored
Update troubleshooting.md (#1956)
1 parent c84c0dd commit 837ee80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/how-to/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ If you feel intrepid, you can dump this information and investigate it yourself:
101101
1. goroutine dump:
102102

103103
```shell
104-
curl localhost:5001/debug/pprof/goroutine\?debug=2 > ipfs.stacks`
104+
curl localhost:5001/debug/pprof/goroutine\?debug=2 > ipfs.stacks
105105
```
106106

107107
1. 30-second cpu profile:
108108

109109
```shell
110-
curl localhost:5001/debug/pprof/profile > ipfs.cpuprof`
110+
curl localhost:5001/debug/pprof/profile > ipfs.cpuprof
111111
```
112112

113113
1. heap trace dump:
@@ -125,7 +125,7 @@ If you feel intrepid, you can dump this information and investigate it yourself:
125125
1. System information:
126126

127127
```shell
128-
ipfs diag sys > ipfs.sysinfo`
128+
ipfs diag sys > ipfs.sysinfo
129129
```
130130

131131
### Analyzing the stack dump

0 commit comments

Comments
 (0)