2.0.0 • Published 6 years ago

yet-another-event-loop-monitor v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

introduction

  • Nodejs Event Loop Monitor
  • unit is millisecond(ms)

Example

const { EventLoopMonitor } = require('./index')

const monitor = new EventLoopMonitor({
  sampleInterval: 5000
})

monitor.start()


monitor.on('data', function (stats) {
  console.log(stats)
  monitor.stop()
})
2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago