您所在的位置:
首页 > 三个监控linux网卡流量脚本 > 信息评论 >
三个监控linux网卡流量脚本
脚本1:#!/bin/bashe0_in_old=$(ifconfig eth0 |grep bytes |awk '{print $2" "$6}' |egrep -o '[0-9]+' |head -n1)e0_out_old=$(ifconfig eth0 |grep bytes |awk '{print $2" "$6}' |egrep -o '[0-9]+' |tail -n1)>e0_total_old=$(($e0_in
网友评论