测试盒子网速的方法
搜完整个HD2PT好像没找到类似的教程,这个方法是在国外论坛上看到的,我觉得国外的盒子用speedtest测速还是比较靠谱的,故在这里分享一下,命令如下:sudo apt-get install gitcd /tmp/
git clone git://github.com/sivel/speedtest-cli.git
cd speedtest-cli
./speedtest-cli以上命令输完后,应该会有类似如下结果:
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Telecom Luxembourg Private Operator (Bettembourg): 8.186ms
Testing download speed........................................
Download: 288.23 Mbit/s
Testing upload speed..................................................
Upload speed: 96.47 Mbit/s
Share results: http://www.speedtest.net/result/2420871042.png
http://www.speedtest.net/result/2420871042.png
这个方法一般能测试出盒子的大概网速。
/*******************************************************割一下**************************************************************/
还有一个方法可以测出盒子的网卡出口速度,命令如下:sudo apt-get install iperf
iperf -c testdebit.info -i 2 -t 20-c host以client模式启动,后跟连接的服务器
-i 以秒为单位显示报告间隔
-t 测试总时间
以上命令输完后,应该会有类似如下结果:
------------------------------------------------------------
Client connecting to testdebit.info, TCP port 5001
TCP window size: 23.8 KByte (default)
------------------------------------------------------------
local 94.242.229.144 port 40576 connected with 89.84.127.55 port 5001
[ ID] Interval Transfer Bandwidth
0.0- 2.0 sec71.9 MBytes 301 Mbits/sec
2.0- 4.0 sec 134 MBytes 562 Mbits/sec
4.0- 6.0 sec 136 MBytes 571 Mbits/sec
6.0- 8.0 sec 140 MBytes 589 Mbits/sec
8.0-10.0 sec 141 MBytes 591 Mbits/sec
10.0-12.0 sec 141 MBytes 591 Mbits/sec
12.0-14.0 sec 141 MBytes 590 Mbits/sec
14.0-16.0 sec 141 MBytes 590 Mbits/sec
16.0-18.0 sec 140 MBytes 588 Mbits/sec
18.0-20.0 sec 141 MBytes 590 Mbits/sec
0.0-20.0 sec1.30 GBytes 556 Mbits/sec
这个测试好像不会读写硬盘,因为读写硬盘时的网速不能达到如此之高。{:7_722:}
一般需要登记盒子的 pt 站只要说明带宽就够了……
网速测试么,可以用来索赔{:7_725:} 不错,以后有盒子可以试一下 谢谢,不过把sudo apt-get install git改成
sudo atp-get install git-core
才可以安装成功git 等以后有了再说吧{:7_727:} 反正我的ovh找你的安装就不行,提示没有这个包~用我的就可以了~ aubert22 发表于 2013-1-8 12:41 static/image/common/back.gif
反正我的ovh找你的安装就不行,提示没有这个包~用我的就可以了~
我刚查记录,是有git这个软件包的。 第一个不行,贴一下第二个的结果:
[ ID] Interval Transfer Bandwidth
0.0- 2.0 sec65.9 MBytes 276 Mbits/sec
2.0- 4.0 sec 144 MBytes 604 Mbits/sec
4.0- 6.0 sec 199 MBytes 834 Mbits/sec
6.0- 8.0 sec 216 MBytes 908 Mbits/sec
8.0-10.0 sec 158 MBytes 663 Mbits/sec
10.0-12.0 sec 154 MBytes 648 Mbits/sec
12.0-14.0 sec 188 MBytes 787 Mbits/sec
14.0-16.0 sec 167 MBytes 701 Mbits/sec
16.0-18.0 sec 179 MBytes 752 Mbits/sec
18.0-20.0 sec 213 MBytes 892 Mbits/sec
0.0-20.0 sec1.65 GBytes 706 Mbits/sec
如果是共享的话测试出来也是总速度吧 不错,学习了……{:7_706:} cato 发表于 2013-1-8 12:45 static/image/common/back.gif
我刚查记录,是有git这个软件包的。
我知道有,但我说了,我的ovh没,所以用了我那个就OK了~
页:
[1]