golang profiling running production application without restart

483 Views Asked by At

I have a running production golang application. It has memory leakage. Need to find the cause.

If I restart with _ "net/http/pprof" issue might not happen again. Because out of 4 servers only this server has this issue

I want to profile the running server. From web I read pprof needs restart of application.

How can I profile without restarting application??

0

There are 0 best solutions below