Source: libnet-statsd-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-statsd-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-statsd-perl.git Homepage: https://metacpan.org/release/Net-Statsd Package: libnet-statsd-perl Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends}, Description: perl client for Etsy's statsd daemon Net::Statsd implement a UDP client for the statsd statistics collector daemon. . You want to use this module to track statistics in your Perl application, such as how many times a certain event occurs (user logins in a web application, or database queries issued), or you want to time and then graph how long certain events take, like database queries execution time or time to download a certain file, etc...