Jones, Jeremy wrote:

I'm looking for a way to check a Processes age (how long it's been running).
Is there a way to do this without installing extra modules?
I know ps-ef does it, I was hoping for elegance over the hammer & chisel...

Without installing extra modules you have to parse ps output or read /proc filesystem by yourself. If you want elegance then install Proc::ProcessTable module from CPAN.


-zsdc.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to