clinicjs / node-clinic

Clinic.js diagnoses your Node.js performance issues
https://clinicjs.org
MIT License
5.67k stars 125 forks source link

Profiling with child process. #387

Closed legendhimself closed 1 year ago

legendhimself commented 1 year ago

Hey, not sure where else I could have asked this question. Did some research but I am failing to profile a child process. I have a memory leak on a child process. The docs are not clear with child process profiling so please help.

simoneb commented 1 year ago

@RafaelGSS do you know if clinic is capable of profiling child processes spawned by the main process?

andymac4182 commented 1 year ago

I use cluster mode. Did this get resolved?

RafaelGSS commented 1 year ago

Clinic.js doesn't handle the child process. It profiles only the main process.