pub fn starttime(pid: i32) -> Option<u64>
Read the process start time (starttime, field 22 of /proc/<pid>/stat) for pid.
starttime
/proc/<pid>/stat
pid
Returns None when the process does not exist or the file is unreadable.
None