bandwhich 0.21.0

Display current network utilization by process, connection and remote IP/hostname
1
2
3
4
5
6
7
#[derive(Clone, Eq, PartialEq, Debug, thiserror::Error)]
pub enum GetInterfaceError {
    #[error("Permission error: {0}")]
    PermissionError(String),
    #[error("Other error: {0}")]
    OtherError(String),
}