On this page you find all important commands for the CLI tool bandwhich. If the
command you are looking for is missing please ask our AI.
bandwhich
Bandwhich is a command-line tool used to monitor network bandwidth utilization. It provides real-time information on the network usage per process, application, or port. The tool gives you a visual representation of the network traffic, allowing you to easily identify the processes or applications consuming higher bandwidth. Bandwhich shows the process name, download and upload speed, and the total amount of data transferred. It supports Linux, macOS, and Windows operating systems and can be a helpful tool for troubleshooting network issues, optimizing bandwidth usage, or monitoring application performance.
List of commands for bandwhich:
-
bandwhich:tldr:10f3e bandwhich: Show the remote addresses table only.$ bandwhich --addressestry on your machineexplain this command
-
bandwhich:tldr:3c5bf bandwhich: Show DNS queries.$ bandwhich --show-dnstry on your machineexplain this command
-
bandwhich:tldr:4aa35 bandwhich: Show total (cumulative) usage.$ bandwhich --total-utilizationtry on your machineexplain this command
-
bandwhich:tldr:5fe2e bandwhich: Show the network utilization for a specific network interface.$ bandwhich --interface ${eth0}try on your machineexplain this command
-
bandwhich:tldr:e2f2e bandwhich: Show DNS queries with a given DNS server.$ bandwhich --show-dns --dns-server ${dns_server_ip}try on your machineexplain this command