fn read_proc_status(pid: u32, key: &str) -> Option<u64>
Read a value from /proc/<pid>/status by key (e.g. “VmRSS”). Returns the value in kB.
/proc/<pid>/status