bandwhich 0.21.0

Display current network utilization by process, connection and remote IP/hostname
1
2
3
4
5
6
7
8
9
10
11
mod display_bandwidth;
mod header_details;
mod help_text;
mod layout;
mod table;

pub use display_bandwidth::*;
pub use header_details::*;
pub use help_text::*;
pub use layout::*;
pub use table::*;