There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Linux::ProcessInfo - Interface to process information in Linux

SYNOPSIS

my $proc = Linux::ProcessInfo->new();

my $processes = $proc->all_processes();
foreach my $process (@$processes) {
    print $process->cmdline, "\n";
}

TODO

Need to support more things exposed in /proc .

Need to write some tests.

Need to write better documentation.

AUTHOR

Martin Atkins <mart@degeneration.co.uk>

Copyright 2011 SAY Media Ltd. This library may be redistributed under the same terms as Perl itself.