B
Bart Van der Donck
Hello,
I have written a Perl script to store and interpret the output of the
unix 'ps'-command. It works well on my machine (FreeBSD 6.2.), but it
doesn't work on a few other unix variants that I tested.
I came to the conclusion that the output format is the culprit. This
appears to differ across ps/top variants on several OS-es, even with
the command line options mentioned in the docs.
Is there any way to get the output of "ps" (or "top -b") into a
reliable consistent format ?
Thanks,
I have written a Perl script to store and interpret the output of the
unix 'ps'-command. It works well on my machine (FreeBSD 6.2.), but it
doesn't work on a few other unix variants that I tested.
I came to the conclusion that the output format is the culprit. This
appears to differ across ps/top variants on several OS-es, even with
the command line options mentioned in the docs.
Is there any way to get the output of "ps" (or "top -b") into a
reliable consistent format ?
Thanks,