sudo watch -n 1 "/sbin/ifconfig eth0 | grep -E "字节|数据包""
若是英文版linux:
sudo watch -n 1 "/sbin/ifconfig eth0 | grep -E "bytes|packets""
也可以不抓packets
sudo watch -n 1 "/sbin/ifconfig eth0 | grep bytes"
如果实在想看更好一点的界面,可以使用 bmon:
bmon - shows multiple interfaces at once
sudo apt-get install bmon slurm tcptrack