Quiz
Diagnosing Event Loop Blocking
Choosing the right Node.js diagnostic tool to pinpoint a synchronous function blocking the event loop.
A production Node.js service shows intermittent latency spikes. perf_hooks' monitorEventLoopDelay confirms the event loop is being stalled for hundreds of milliseconds at times. Which approach most directly identifies WHICH synchronous function is consuming CPU and causing the stalls?