1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:55:24 +02:00
tldr/pages/common/bandwhich.md
Managor ad7b6f797c
common*: refresh old pages part 6 (#16288)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-03 05:57:05 +03:00

598 B

bandwhich

Display the current network utilization by process, connection or remote IP/hostname. More information: https://github.com/imsnif/bandwhich#usage.

  • 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}}