摘要: #!/bin/bashwhile [ "1" ]doeth=$1RXpre=$(cat /proc/net/dev | grep $eth | tr : " " | awk '{print $2}')TXpre=$(cat /proc/net/dev | grep $eth | tr : " " |... 阅读全文
posted @ 2015-11-20 19:33 数据盟 阅读(282) 评论(0) 推荐(0) 编辑