码迷,mamicode.com
首页 > 系统相关 > 详细

linux 下查看网速的方法 (不需要安装任何软件)

时间:2015-09-09 17:39:43      阅读:558      评论:0      收藏:0      [点我收藏+]

标签:

sudo watch -n 1 "/sbin/ifconfig eth0 | grep -E \"字节|数据包\""

若是英文版linux:

sudo watch -n 1 "/sbin/ifconfig eth0 | grep -E \"bytes|packets\""

 

也可以不抓packets

sudo watch -n 1 "/sbin/ifconfig eth0 | grep bytes"

linux 下查看网速的方法 (不需要安装任何软件)

标签:

原文地址:http://www.cnblogs.com/welhzh/p/4795038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!