TranslateProject/published/201310/How to Test Your Internet Speed with a Terminal Command.md
2013-11-01 21:26:21 +08:00

32 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

如何使用命令行测试你的网速
======================
![](http://img.gawkerassets.com/img/190w8luc8u8jjjpg/original.jpg)
你可能知道,可以在你的浏览器里进行互联网[速度测试][1]。不过这篇Make Tech Easier教程给我们展示了如何在终端窗口中做同样的事情非常适合你的树莓派或家用服务器上做。
打开一个终端,只需要运行下面命令:
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
这个测试是使用[wget][2]命令从远程仓库服务器下载一个10MB文件译者注其实你可以下载任何一个其它的较大文件。当文件下载完成下载速度就会显示在终端你就可以知道你正在连接的网络速度有多快了译者注其实这也与你所下载的文件所在的带宽有关并非全面的测试
任何运行linux的PC译者注一般我们所说的PC是指'IBM PC兼容机'此架构中的中央处理器采用英特尔或超微等厂商所生产的中央处理器能够运行wget命令。[Windows][3]和[Mac][4]用户需要下载这个程序,但是功能差不多是一样的。点击下述链接可以了解更多。
[怎样从终端测试你的网速][5] | Make Tech Easier
--------------------------------------------------------------------------------
via: http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567
译者:[flsf](https://github.com/flsf) 校对:[Caroline](https://github.com/carolinewuyan)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.speedtest.net/
[2]:http://lifehacker.com/161202/geek-to-live--mastering-wget
[3]:http://gnuwin32.sourceforge.net/packages/wget.htm
[4]:https://www.macupdate.com/app/mac/33951/wget
[5]:http://www.maketecheasier.com/quick-tips/test-internet-connection-speed-from-terminal