monkinetic weblog

Steve Ivy's Weblog - Since 1999 - XII Ed.

On a Roll: StatsD From Perl

Apparently I’m having too much fun — I’ve posted a perl client for Etsy’s StatsD on Github.

use Net::StatsD::Client;

my $client = Net::StatsD::Client->new();

$client->timing('perl_test.timing',500);
$client->increment('perl_test.inc_int');
$client->decrement('perl_test.decr_int');

My name is Steve Ivy and I write about technology, the open web, social software, and general nerdity on monkinetic.com. You should follow me on Twitter or subscribe to this blog if you like what you're reading. I spend my days hacking Movable Type, python, Django, and various other efforts at Wallrazer. This is my personal site.