Apache-Scoreboard
view release on metacpan or search on metacpan
lib/Apache/Scoreboard.pm view on Meta::CPAN
=head2 C<times>
In a list context, returns a four-element list giving the user and
system times, in seconds, for this process and the children of this
process.
my($user, $system, $cuser, $csystem) = $worker_score->times;
In a scalar context, returns the overall CPU percentage for this
worker:
my $cpu = $worker_score->times;
=head2 C<vhost>
Returns the vhost string if there is one.
( run in 0.439 second using v1.01-cache-2.11-cpan-10c994e2082 )