Re: [nodejs] Tips for finding runaway CPU bugs

2016-10-12 Thread Ben Noordhuis
On Mon, Oct 10, 2016 at 1:43 AM, Bgsosh wrote: > Hi, > > I'm having a tough time tracking down an issue we currently have in > production. Our node processes will sometimes suddenly spike in CPU usage, > and then stay pegged at 100% until restarted. > > I'm not able to

[nodejs] Tips for finding runaway CPU bugs

2016-10-10 Thread Bgsosh
Hi, I'm having a tough time tracking down an issue we currently have in production. Our node processes will sometimes suddenly spike in CPU usage, and then stay pegged at 100% until restarted. I'm not able to reproduce on development machine. Could anyone offer any tips for tracking this