I wish to give a process Number, and get the start time in seconds from epoc. I have been looking through the internet, but still need help please.
How can I do that in perl.
OS: I need to monitor some HP-UX, and some RHEL-Linux
Purpose: to monitor root access left logged in too long.
Plan: Compare now to process start time
Method: Get both times into epoch, and compare.
I am trying to use "Proc::ProcessTable::Process"
Could anyone give me an example of it's use?
Thanx