DOKK / manpages / debian 10 / libsys-cpuload-perl / Sys::CpuLoad.3pm.en
CpuLoad(3pm) User Contributed Perl Documentation CpuLoad(3pm)

Sys::CpuLoad - a module to retrieve system load averages.

This module retrieves the 1 minute, 5 minute, and 15 minute load average of a machine.

 use Sys::CpuLoad;
 print '1 min, 5 min, 15 min load average: ',
       join(',', Sys::CpuLoad::load()), "\n";

 Clinton Wong
 Contact info:
 http://search.cpan.org/search?mode=author&query=CLINTDW

 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.
2018-11-01 perl v5.28.0