My Meteor application, in server side (node process), is using much more CPU than would be acceptable, and I want to investigate it.
Two simultaneous clients are leading node to use 100% of CPU. It is probably related to a massive use of observers, but I need to investigate it further before changing the whole application.
So, what tool can I use to profile it? How to use it?