标签: python python-3.x network-programming
我希望在预定义的时间间隔(例如300秒)内测量平均网络流量(上升和下降),并根据流量值做出决定。
当shell脚本编写时,可以轻松使用vnstat。有没有办法在Python 3中做到这一点?
我知道我可以使用os.subprocess,但os.subprocess始终是最后的选择。
os.subprocess