Skip to content
Snippets Groups Projects
Commit be8b0e4c authored by Stan Hu's avatar Stan Hu
Browse files

Take Goroutine dump

parent 7e60f7fe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,7 +103,9 @@
warn "=== uptime"
warn `uptime`
warn `=== Prometheus metrics:`
warn `curl -s http://localhost:9236'
warn `curl -s http://localhost:9236`
warn `=== Taking goroutine dump in log/goroutines.log...`
warn `curl -o log/goroutines.log http://localhost:9236/debug/pprof/goroutine?debug=2`
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment