[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#129348: RFP: libsys-cpuinfo-perl -- module which retrieves load average of a machine (1,5,15 min)



Package: wnpp
Version: N/A; reported 2002-01-15
Severity: wishlist

* Package name    : libsys-cpuinfo-perl (orginal name: Sys-CpuLoad)
  Version         : 0.0.1
  Upstream Author : Clinton Wong <clintdw@netcom.com>
* URL             : http://www.cpan.org/modules/by-module/Digest/CLINTDW/
* License         : 
	Copyright (c) 1999 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.
  Description     : module which retrieves load average of a machine (1,5,15 min)

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()), "\n";


TO-DO
       Support for systems without /proc/loadavg or
       /usr/bin/uptime by using native system calls.  Ability to
       read CPU usage of individual CPUs on multiprocessor
       machines.

AUTHOR
        Clinton Wong, clintdw@netcom.com


COPYRIGHT
        Copyright (c) 1999 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.
(http://www.cpan.org/modules/by-module/Digest/CLINTDW/Sys-CpuLoad-0.01.readme)

Bugtracking System at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-CpuLoad

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux debian 2.4.16-pre1 #2 Sun Nov 25 21:33:40 CET 2001 i686
Locale: LANG=de_DE.ISO-8859-1, LC_CTYPE=C




Reply to: