bottom 0.14.2

A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
Documentation
1
2
3
4
5
6
7
mod counters;
mod partition;
mod unmounted;

pub use counters::*;
pub(crate) use partition::*;
pub(crate) use unmounted::*;