Request for review: perl-Unix-Statgrab

Oliver Falk oliver at linux-kernel.at
Wed Aug 10 09:22:55 UTC 2005


SRPM & Spec:
http://filelister.linux-kernel.at/mod_perl?current=/packages/FC_EXTRAS_APPROVAL/perl-Unix-Statgrab

Summary: Perl extension for collecting information about the machine

Description:
Unix::Statgrab is a wrapper for libstatgrab as available from
<http://www.i-scream.org/libstatgrab/>. It is a reasonably
portable attempt to query interesting stats about your computer.
It covers information on the operating system, CPU, memory usage,
network interfaces, hard-disks etc.

Each of the provided functions follow a simple rule: It never takes
any argument and returns either an object (in case of success) or
"undef". In case "undef" was returned, check the return value of
"get_error". Also see "ERROR HANDLING" further below.

Compiled fine on FC Devel with libstatgrab 0.12, after I patched it... :-)

Please review,
  Oliver




More information about the scm-commits mailing list