We\'re having a problem where every once in a while one of our environments our node app runs on 100% CPU. The server isn\'t very active and usually runs on 0%-2% CPU. I was
You can profile your app with node-tick.
node-tick
by npm -g install tick
node --prof ./app.js
node-tick-processor
and explain results