4_troubleshooting_faq

How can I profile (pprof) PATH's runtime?

Use the debug_goroutines make target to view Go runtime info for PATH like so:

make debug_goroutines

You can then view the Golang runtime at http://localhost:8081/ui.

Was this helpful?