in reply to Re: Can I see how long a process has been running?
in thread Can I see how long a process has been running?

You should really look at Proc::ProcessTable - Proc::Processtable::Process only provides OO accessor methods to Proc::ProcessTable objects.

Check the README with the module for a list of the available information for your platform.

BTW, the cache_tty option speeds Proc::ProcessTable up quite a bit when there are a lot of processes, however it requires Storable.

Cheers.

BazB.

  • Comment on Re: Re: Can I see how long a process has been running?