Apache2-ScoreBoardFile

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      */

   $status=$worker->status;
    the status of a worker as one of the letters seen on the "mod_status"
    page:

     "_" Waiting for Connection
     "S" Starting up
     "R" Reading Request
     "W" Sending Reply
     "K" Keepalive (read)
     "D" DNS Lookup
     "C" Closing connection
     "L" Logging
     "G" Gracefully finishing
     "I" Idle cleanup of worker
     "." Open slot with no current process

    A "?" is reported for an unknown status.

   $access_count=$worker->access_count;

README  view on Meta::CPAN

    The following keys are recognized:

    "_" count the number of workers in "Waiting for Connection" state

    "S" count the number of workers in "Starting up" state

    "R" count the number of workers in "Reading Request" state

    "W" count the number of workers in "Sending Reply" state

    "K" count the number of workers in "Keepalive (read)" state

    "D" count the number of workers in "DNS Lookup" state

    "C" count the number of workers in "Closing connection" state

    "L" count the number of workers in "Logging" state

    "G" count the number of workers in "Gracefully finishing" state

    "I" count the number of workers in "Idle cleanup of worker" state

lib/Apache2/ScoreBoardFile.pm  view on Meta::CPAN


=head3 $status=$worker-E<gt>status;

the status of a worker as one of the letters seen on the C<mod_status>
page:

 "_" Waiting for Connection
 "S" Starting up
 "R" Reading Request
 "W" Sending Reply
 "K" Keepalive (read)
 "D" DNS Lookup
 "C" Closing connection
 "L" Logging
 "G" Gracefully finishing
 "I" Idle cleanup of worker
 "." Open slot with no current process

A C<?> is reported for an unknown status.

=head3 $access_count=$worker-E<gt>access_count;

lib/Apache2/ScoreBoardFile.pm  view on Meta::CPAN

=item C<R>

count the number of workers in C<Reading Request> state

=item C<W>

count the number of workers in C<Sending Reply> state

=item C<K>

count the number of workers in C<Keepalive (read)> state

=item C<D>

count the number of workers in C<DNS Lookup> state

=item C<C>

count the number of workers in C<Closing connection> state

=item C<L>



( run in 0.770 second using v1.01-cache-2.11-cpan-df04353d9ac )