node-event-loop-stats
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Build Status Coverage Status MIT license

Event loop timer

This was primarily written to provide accurate event loop statistics for our blog post on the node event loop.

const EventLoopMonitor = require("node-event-loop-stats").EventLoopMonitor;
 
const monitor = new EventLoopMonitor();
monitor.start();
setInterval(() => {
  console.log("Event loop: " + monitor.getStatsString());
}, 1000);

Readme

Keywords

none

Package Sidebar

Install

npm i node-event-loop-stats

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

11.7 kB

Total Files

5

Last publish

Collaborators

  • qixxiq