read_proc_status

Function read_proc_status 

Source
fn read_proc_status(pid: u32, key: &str) -> Option<u64>
Expand description

Read a value from /proc/<pid>/status by key (e.g. “VmRSS”). Returns the value in kB.