Linux下使用Shell對網絡流量進行監控

#input the network name if [ -n "$1" ]; then eth_name=$1 else eth_name="eth0" fi send_o=`ifconfig $eth_name | grep bytes | awk '{print $6}' | awk -F : '{print $2}'` recv_o=`ifconfig $eth_n
相關文章
相關標籤/搜索