Troubleshooting & FAQ
Table of Contents
How can I profile (pprof
) PATH's runtime?
Use the debug_goroutines
make target to view go runtime's info on PATH like so:
make debug_goroutines
You can then view the Golang's runtime at localhost:8081/ui.