sys::cpuload(3pm) debian man page | unix.com

Man Page: sys::cpuload

Operating Environment: debian

Section: 3pm

CpuLoad(3pm)						User Contributed Perl Documentation					      CpuLoad(3pm)

NAME
Sys::CpuLoad - a module to retrieve system load averages.
DESCRIPTION
This module retrieves the 1 minute, 5 minute, and 15 minute load average of a machine.
SYNOPSIS
use Sys::CpuLoad; print '1 min, 5 min, 15 min load average: ', join(',', Sys::CpuLoad::load()), " ";
AUTHOR
Clinton Wong Contact info: http://search.cpan.org/search?mode=author&query=CLINTDW
COPYRIGHT
Copyright (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)
Related Man Pages
appconfig::sys(3pm) - debian
sys::statistics::linux::diskusage(3pm) - debian
sys::statistics::linux::pgswstats(3pm) - debian
sys::statistics::linux::procstats(3pm) - debian
sys::statistics::linux::sockstats(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com