Function find_by_name

Source
pub fn find_by_name(name: &str) -> Result<Vec<LinuxProcess>, Error>
Expand description

Finds all processes with matching name.