使用shell监控网络实时流量

直接上代码: #!/bin/bash   function  usage {          echo  "Usage: $0 "          echo  "e.g. $0 eth0 2"          exit  1 } if  [ $# -lt 2 ];then          usage fi   eth= $1 interval= $2   in_old=$(cat /pro
相关文章
相关标签/搜索