eventloopmon

0.1.0 • Public • Published

Build Status Dependencies Status Codacy Badge Node

NPM

eventloopmon

NodeJS Event Loop Monitor

Installation and Usage

To install

npm install -S eventloopmon

To Use

var monitor = require("eventloopmon");
 
// t = time in milliseconds using decimals for nanoseconds precision
monitor(function(t){
  /*
  Do something with t like:
    if (t>10){
      sendAlarm();
    }
  */
});

Readme

Keywords

Package Sidebar

Install

npm i eventloopmon

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • elfido