NAME
Sys::Load - Perl module for getting the current system load
SYNOPSIS
use Sys::Load qw/getload/;
my @load = getload();
print "System load: ", $load[0], "\n";
DESCRIPTION
getload() returns 3 elements: representing load averages over the last 1, 5 and 15 minutes. On failure empty list is returned.
EXPORT
None by default.
AUTHOR
Peter BARABAS, <z0d [@] artifact [.] hu>