1.0.4 • Published 8 years ago

statslog v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

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