Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Test::Statsd - Test harness for any statsd server daemon

DESCRIPTION

Embeds the logic to perform integration tests of any statsd daemon that can be launched from the command line.

Usage:

my $t = Test::Statsd->new({
binary => './bin/statsd',
config => './bin/sample-config.json'
});
# Brings up the statsd server in the background
# with the specified configuration, and stores its pid
$t->start_statsd();