statslog
v1.0.4
Published
High performance statistics logger written in node.js. Send UDP packet to it and it records the datum.
Downloads
3
Maintainers
Readme
statslog
High performance statistics logger written in node.js. Send UDP packet to it and it records the datum in the given file, along with epoch milliseconds, source IP address, and units.
Installation
npm install statslog --save
Usage
var statslog = require('statslog')
statslog.start()
Then any client can write a UDP packet to it, for example with netcat:
echo 3.14159 | nc -u -c localhost 4444
Contributing
Please make suggestions
Release History
- 1.0.0 Initial release