Apache2-ScoreBoardFile
view release on metacpan or search on metacpan
"I" count the number of workers in "Idle cleanup of worker" state
"." count the number of open slots with no current worker
"cw"
the current number of active workers. For prefork-MPM this is the
number of apache worker processes currently running. Number of
workers in any state except for ".", "S" and "I".
"bw"
current number of busy workers. Any worker in a state except for
".", "S", "I", "_" is busy.
"iw"
current number of idle workers ("_" state).
"nr"
overall number of requests served so far, sum(access_count).
"nb"
overall number of bytes served so far, sum(bytes_served).
lib/Apache2/ScoreBoardFile.pm view on Meta::CPAN
count the number of open slots with no current worker
=item C<cw>
the current number of active workers. For prefork-MPM this is the number
of apache worker processes currently running. Number of workers in any state
except for C<.>, C<S> and C<I>.
=item C<bw>
current number of busy workers. Any worker in a state except for C<.>, C<S>,
C<I>, C<_> is busy.
=item C<iw>
current number of idle workers (C<_> state).
=item C<nr>
overall number of requests served so far, sum(access_count).
=item C<nb>
( run in 0.256 second using v1.01-cache-2.11-cpan-87723dcf8b7 )