Gearman-Server

 view release on metacpan or  search on metacpan

lib/Gearman/Server/Client.pm  view on Meta::CPAN

=item Number in queue

A positive integer indicating the total number of jobs for this function in the queue. This includes currently running ones as well (next column)

=item Number of jobs running

A positive integer showing how many jobs of this function are currently running

=item Number of capable workers

A positive integer denoting the maximum possible count of workers that could be doing this job. Though they may not all be working on it due to other tasks holding them busy.

=back

=cut

sub TXTCMD_status {
    my Gearman::Server::Client $self = shift;

    my %funcs;    # func -> 1  (set of all funcs to display)



( run in 0.686 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )