1Beanstalk::Stats(3)   User Contributed Perl Documentation  Beanstalk::Stats(3)
2
3
4

NAME

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

SYNOPSIS

10         my $client = Beanstalk::Client->new;
11
12         my $stats = $client->stats;
13
14         print $stats->uptime,"\n"
15

DESCRIPTION

17       Simple class to allow method access to hash of stats returned by
18       "stats", "stats_job" and "stats_tube" commands
19
20       See Beanstalk::Client for the methods available based on the command
21       used
22

SEE ALSO

24       Beanstalk::Client
25

AUTHOR

27       Graham Barr <gbarr@pobox.com>
28
30       Copyright (C) 2008 by Graham Barr.
31
32       This program is free software; you can redistribute it and/or modify it
33       under the same terms as Perl itself.
34
35
36
37perl v5.30.1                      2020-01-29               Beanstalk::Stats(3)
Impressum