TranslateProject/translated/How to Test Your Internet Speed with a Terminal Command.md
carolinewuyan 34571844d9 已校对
2013-10-15 10:31:15 +08:00

30 lines
1.7 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
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
译者:[flsf](https://github.com/flsf) 校对:[Caroline](https://github.com/carolinewuyan)
[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