Event Loop Blocking in Node.js

You can use process snapshots to examine Node.js event loop activity and identify functions with high CPU times that are blocking the event loop.