linux 下监控流量
介绍: http://pagesperso-orange.fr/sebastien.godard/index.html
下载: http://pagesperso-orange.fr/sebastien.godard/download.html
而我就使用了
# sar -n DEV 1
如果提示命令不存在,请 ln -sn /installPath/bin/sar /usr/bin/sar
监控网卡吞吐量的
为了 这个功能而找到强大的 sysstat
更多功能 看官方~
