
statsd - Simple daemon for easy stats aggregation

A network daemon that runs on the Node.js platform and listens for statistics,
like counters and timers,
sent over UDP and sends aggregates to one or more pluggable backend services (e.g.,
Graphite).

This is the Perl port of the node.js statsd server. Please consult statsd documentation available at:
https://github.com/etsy/statsd
If you're looking for a Perl client for statsd, then have a look here:
https://metacpan.org/module/Net::Statsd

Cosimo Streppone, <cosimo@cpan.org>