实时监控网卡流量的脚本

闲来无聊,写一个实时监控网卡流量的脚本web cat net_traffic_monitor.sh #!/bin/bash source ~/.bash_profile if [ -n "${1}" ];then NetDevice=${1};else NetDevice=eth0;fi printf "|------ Time ------|---- NetIn ----|--- NetOUt
相关文章
相关标签/搜索