Linux查看网络流量

cat /proc/net/dev

 

sar -n DEV 1

 ifstat -i eth0 -tb 1

watch -d -n 1 'date;ifconfig eth0|egrep "[RT]X"'

你可能感兴趣的:(linux,网络,职场,休闲,流量)