get_memory

Function get_memory 

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

Get memory usage (resident set size) for a process in bytes.

This is the physical RAM currently used by the process. ~10µs per call.