Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Linux Process Start Time

by idsfa (Vicar)
on Jul 27, 2009 at 16:30 UTC ( [id://783592]=note: print w/replies, xml ) Need Help??


in reply to Linux Process Start Time

$ctime{$PID} = (stat "/proc/$PID/stat")[10];

This gives you the creation time of the process in seconds since the start of the epoch. While there can be concerns about portability across different OSes, you specified linux, and you wouldn't want to use /proc if you wanted to port this anywhere else anyway ...

(Yes, I know, it's technically the time since the file was last changed, but the stat file is special that way.)


The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon

Replies are listed 'Best First'.
Re^2: Linux Process Start Time
by pileofrogs (Priest) on Jul 27, 2009 at 16:41 UTC

    ++

    Awesome! That's exactly what I was looking for!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://783592]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-19 10:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found