2021-04-19 20:53:58 +02:00
|
|
|
# bandwhich
|
|
|
|
|
|
|
|
> Display the current network utilization by process, connection or remote IP/hostname.
|
2025-05-03 05:57:05 +03:00
|
|
|
> More information: <https://github.com/imsnif/bandwhich#usage>.
|
2021-04-19 20:53:58 +02:00
|
|
|
|
|
|
|
- Show the remote addresses table only:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`bandwhich {{[-a|--addresses]}}`
|
2021-04-19 20:53:58 +02:00
|
|
|
|
|
|
|
- Show DNS queries:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`bandwhich {{[-s|--show-dns]}}`
|
2021-04-19 20:53:58 +02:00
|
|
|
|
|
|
|
- Show total (cumulative) usage:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`bandwhich {{[-t|--total-utilization]}}`
|
2021-04-19 20:53:58 +02:00
|
|
|
|
|
|
|
- Show the network utilization for a specific network interface:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`bandwhich {{[-i|--interface]}} {{eth0}}`
|
2021-04-19 20:53:58 +02:00
|
|
|
|
|
|
|
- Show DNS queries with a given DNS server:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`bandwhich {{[-s|--show-dns]}} {{[-d|--dns-server]}} {{dns_server_ip}}`
|