Terminal bandwidth utilization tool (formerly known as "what")
bandwhich sniffs a given network interface and records IP packet size, cross referencing it with the /proc filesystem on linux or lsof on macOS. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.
bandwhich sniffs a given network interface and records IP packet size, cross referencing it with the /proc filesystem on linux or lsof on macOS. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.
To install bandwhich, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bandwhich
To see what files were installed by bandwhich, run:
port contents bandwhich
To later upgrade bandwhich, run:
sudo port selfupdate && sudo port upgrade bandwhich
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.