Add heap profile to issue template
parent
ec34549ef7
commit
4543724eb5
|
@ -27,6 +27,7 @@ Also, if this is an issue of for performance, locking, etc the following command
|
|||
```
|
||||
curl -o block.txt "http://localhost:8086/debug/pprof/block?debug=1"
|
||||
curl -o goroutine.txt "http://localhost:8086/debug/pprof/goroutine?debug=1"
|
||||
curl -o heap.txt "http://localhost:8086/debug/pprof/heap?debug=1"
|
||||
curl -o vars.txt "http://localhost:8086/debug/vars"
|
||||
iostat -xd 1 30 > iostat.txt
|
||||
influx -execute "show shards" > shards.txt
|
||||
|
|
Loading…
Reference in New Issue