Skip to main content

starttime

Function starttime 

Source
pub fn starttime(pid: i32) -> Option<u64>
Expand description

Read the process start time (starttime, field 22 of /proc/<pid>/stat) for pid.

Returns None when the process does not exist or the file is unreadable.