pprof
Use the debug_goroutines make target to view Go runtime info for PATH like so:
debug_goroutines
make debug_goroutines
You can then view the Golang runtime at http://localhost:8081/ui.
Was this helpful?