1STATSD-PERL(1) User Contributed Perl Documentation STATSD-PERL(1)
2
3
4
6 statsd - Simple daemon for easy stats aggregation
7
9 A network daemon that runs on the Node.js platform and listens for
10 statistics, like counters and timers, sent over UDP and sends
11 aggregates to one or more pluggable backend services (e.g.,
12 "Graphite").
13
15 This is the Perl port of the node.js statsd server. Please consult
16 statsd documentation available at:
17
18 https://github.com/etsy/statsd
19
20 If you're looking for a Perl client for "statsd", then have a look
21 here:
22
23 https://metacpan.org/module/Net::Statsd
24
26 Cosimo Streppone, <cosimo@cpan.org>
27
28
29
30perl v5.34.0 2022-01-21 STATSD-PERL(1)