Frantz has asked for the wisdom of the Perl Monks concerning the following question:

Hello perlish Monks

I am searching a package to interface the ps command (on different unix)
I have found several packages on CPAN ( Proc::ProcessTable, VMS::Process ) but i know nothing about
thier fiablility.

Does anyone have a suggestion ?

Replies are listed 'Best First'.
Re: Read the process table
by Aristotle (Chancellor) on Jan 26, 2005 at 16:31 UTC

    From the README of Proc::ProcessTable 0.39:

    Currently works on darwin, nonstop-ux windows, linux, solaris, aix, hpux, freebsd, irix, dec_osf, bsdi, netbsd, unixware 7.x and SunOS.

    It's what I use.

    Makeshifts last the longest.

Re: Read the process table
by Tanktalus (Canon) on Jan 26, 2005 at 16:49 UTC

    You got me to post Find children of process (unix/linux) - it's what I use to interface with ps - advantage is that it works without getting new modules (which was important to me), but probably not as robust as the modules on CPAN.