ifstat

Monitor network interface bandwidth usage in real-time

brewmacoslinux
Try with needOr install directly
Source

About

Tool to report network interface bandwidth

Commands

ifstat

Examples

show network traffic speed for all interfaces$ ifstat
monitor specific network interface bandwidth$ ifstat -i eth0
display network stats every 2 seconds continuously$ ifstat -i eth0 2
show network interface stats in kilobytes per second$ ifstat -i eth0 -k
get network bandwidth for multiple interfaces at once$ ifstat -i eth0,eth1,wlan0