statslog

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i statslog

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • killelea