1.0.4 • Published 10 years ago
statslog v1.0.4
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 --saveUsage
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 4444Contributing
Please make suggestionsRelease History
- 1.0.0 Initial release