ifstat is a tool to report network interface bandwidth
ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. ifstat gathers these statistics from the kernel internal counters, which is highly operating system dependent.
ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. ifstat gathers these statistics from the kernel internal counters, which is highly operating system dependent.
To install ifstat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ifstat
To see what files were installed by ifstat, run:
port contents ifstat
To later upgrade ifstat, run:
sudo port selfupdate && sudo port upgrade ifstat
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.