- Set
onLag
default threshould tomaxLag()
. Thanks @flentini
- Add
toobusy.onLag()
for catching lag events. Thanks @mnahkies
- Update dampening formula and make smoothing tunable. Thanks @tgroleau
- Input validation for
maxLag()
andinterval()
.
- Fix checking not automatically starting.
- Refactoring
- Added
toobusy.interval()
for getting/setting check interval.
- full JS implementation, removed c code & bindings
- example bugfixes
- node.js 0.10.0 support upgrade to latest bindings and include in .travis.yml
- really works on windows
- improved documentation
- works on windows
- improved express.js example (now targets express 3.0)
- documentation improvements
- improved examples (including load generation tool and server)
- .lag() added to retrieve (periodically calculated) event loop lag in ms
- hey look, unit tests!
- improved documentation and samples
- added
maxLag
parameter