Function riot_shell_commands::ps

source ·
pub fn ps(w: &mut impl Write)
Expand description

An implementation of a ps command in Rust

Compared to the built-in command, it lacks access to the interrupt thread and the summary line; both should be straightforward to add.