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"
本文共 200 字,大约阅读时间需要 1 分钟。
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"
转载地址:http://kdvyx.baihongyu.com/