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


Beanstalk-Client documentation  | view source Contained in the Beanstalk-Client distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  my $client = Beanstalk::Client->new;

  my $stats = $client->stats;

  print $stats->uptime,"\n"

DESCRIPTION

Top

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

Top

Beanstalk::Client

AUTHOR

Top

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Top


Beanstalk-Client documentation  | view source Contained in the Beanstalk-Client distribution.