2015年1月14日

摘要: ifconfig 本身已经提供了某个接口当前的实时流量信息,通过watch命令可以做到动态更新 watch -n 1 "ifconfig eth0"自写的python脚本:import commands,time,sys,getopt,reinterval = 1 # secondinterface... 阅读全文
posted @ 2015-01-14 22:27 不忘初衷,方能致远 阅读(267) 评论(0) 推荐(0)

导航