Add heap profile to issue template

pull/7063/head
Jason Wilder 2016-07-26 09:54:46 -06:00 committed by GitHub
parent ec34549ef7
commit 4543724eb5
1 changed files with 1 additions and 0 deletions

View File

@ -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