How to Install libnet-statsd-perl in Ubuntu 18.04



Install libnet-statsd-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libnet-statsd-perl

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...

Homepage: http://search.cpan.org/dist/Net-Statsd/

Version: 0.12-1

Section: universe/perl