Beanstalk::Stats.3pm

Langue: en

Version: 2009-12-11 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Beanstalk::Stats - Class to represent stats results from the beanstalk server

SYNOPSIS

   my $client = Beanstalk::Client->new;
 
   my $stats = $client->stats;
 
   print $stats->uptime,"\n"
 
 

DESCRIPTION

Simple class to allow method access to hash of stats returned by "stats", "stats_job" and "stats_tube" commands

See Beanstalk::Client for the methods available based on the command used

SEE ALSO

Beanstalk::Client

AUTHOR

Graham Barr <gbarr@pobox.com> Copyright (C) 2008 by Graham Barr.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.