commands.sh

bandwhich

all

Display the current network utilization by process, connection, or remote IP/hostname.

More info →

Options (5)

-a, --addressesboolean

Show the remote addresses table only

Example: bandwhich {{[-a|--addresses]}}
-s, --show-dnsboolean

Show DNS queries

Example: bandwhich {{[-s|--show-dns]}}
-t, --total-utilizationboolean

Show total (cumulative) usage

Example: bandwhich {{[-t|--total-utilization]}}
-i, --interfaceboolean

Show the network utilization for a specific network interface

Example: bandwhich {{[-i|--interface]}} {{eth0}}
-d, --dns-serverboolean

Show DNS queries with a given DNS server

Example: bandwhich {{[-s|--show-dns]}} {{[-d|--dns-server]}} {{dns_server_ip}}

Examples (5)

Show the remote addresses table only

bandwhich [-a|--addresses]

Show DNS queries

bandwhich [-s|--show-dns]

Show total (cumulative) usage

bandwhich [-t|--total-utilization]

Show the network utilization for a specific network interface

bandwhich [-i|--interface] eth0

Show DNS queries with a given DNS server

bandwhich [-s|--show-dns] [-d|--dns-server] dns_server_ip
made by @shridhargupta | data from tldr-pages