Closed dkirrane closed 8 years ago
You can use the go tool pprof
command.
Is there a specific issue you are investigating?
Thanks, no issue just want to profile cpu, memory, network usage under high log output. Maybe linux tools like top etc are a better option. cpuprofile arg is more for debugging I guess
Hi,
I've created a profile file with the cpuprofile cli arg
Not familiar with Golang. Is there some Go tool I need to use to read it? Also, is there an option to monitor memory and network usage also? Or is this also included with cpuprofile