The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.100790

SYNOPSIS

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

  my $stats = $client->stats->recv;

  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 AnyEvent::Beanstalk for the methods available based on the command used

SEE ALSO

AnyEvent::Beanstalk

AUTHOR

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Copyright (C) 2010 by Graham Barr.

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