1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 18:35:25 +02:00
tldr/pages/common/bandwhich.md

25 lines
598 B
Markdown
Raw Normal View History

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