Tuesday 13 March 2018

Is there a way to monitor the event loop in node.js?

I am trying to get access to the event loop and get the names and the order of functions that are enqueue. I'm looking for resources beyond what the chrome dev tools provide. I'm currently looking through the node source code but am not sure where to start.I have found information on the resident set - would that be helpful in finding the information I'm looking for? Is it even possible to access information from there?

Submitted March 14, 2018 at 12:00AM by pjr4lph

No comments:

Post a Comment