Name: | perl-Net-Statsd |
---|---|
Version: | 0.09 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 37661 |
License: | GPL+ or Artistic |
RPM: | perl-Net-Statsd-0.09-1.el7.noarch.rpm |
Source RPM: | perl-Net-Statsd-0.09-1.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Net-Statsd/ |
Summary: | Sends statistics to the stats daemon over UDP |
Description: | This module implements a client for a statsd statistics collection server, such as the one in use at Etsy.com. 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... |