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