Query: sys::cpuload
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CpuLoad(3pm) User Contributed Perl Documentation CpuLoad(3pm)NAMESys::CpuLoad - a module to retrieve system load averages.DESCRIPTIONThis module retrieves the 1 minute, 5 minute, and 15 minute load average of a machine.SYNOPSISuse Sys::CpuLoad; print '1 min, 5 min, 15 min load average: ', join(',', Sys::CpuLoad::load()), " ";AUTHORClinton Wong Contact info: http://search.cpan.org/search?mode=author&query=CLINTDWCOPYRIGHTCopyright (c) 1999-2002 Clinton Wong. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2002-03-18 CpuLoad(3pm)