Name : perl-Net-Statsd
| |
Version : 0.12
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 17:46:11
|
Group : Development/Libraries/Perl
| Source RPM : perl-Net-Statsd-0.12-lp154.1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl client for Etsy\'s statsd daemon
|
Description :
This module implement a UDP client for the *statsd* statistics collector daemon 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...
If you\'re uncertain whether you\'d want to use this module or statsd, then you can read some background information here:
http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/
The github repository for statsd is:
http://github.com/etsy/statsd
By default the client will try to send statistic metrics to \'localhost:8125\', but you can change the default hostname and port with:
$Net::Statsd::HOST = \'your.statsd.hostname.net\'; $Net::Statsd::PORT = 9999;
just after including the \'Net::Statsd\' module.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-N/15.4/noarch |