1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libnet-statsd-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper (>= 10~),
dh-buildinfo
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-statsd-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-statsd-perl
Homepage: https://metacpan.org/release/Net-Statsd
Testsuite: autopkgtest-pkg-perl
Package: libnet-statsd-perl
Architecture: all
Depends: ${cdbs: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...
Multi-Arch: foreign
|