How to check Internet speed with the Command Line
You can easily check your computer's Internet speed through the available speed test websites, but why not try something similar in a newer way like using the Command Line .
Note: If you are using Windows , please install Cygwin or Curl or Wget first . For Mac , you can use Curl or Wget .
Check the Internet connection speed by Curl
This way is very simple. You just need to copy and paste into the following command:
curl -o / dev / null http://speedtest.sea01.softlayer.com/downloads/test100.zip
The first thing to note is that we are using a test file from Softlayer, so if your connection is really fast, you can use a larger file from Thinkbroadband to test results more accurately. The second is that in the above command line, '-o ' is the case of the lowercase letter O rather than the number 0 so you should be careful to avoid confusion. Finally, the file will be exported to / dev / null , meaning that it will automatically disappear without any intervention.
Check the Internet speed with Wget
If you prefer to use Wget or have 'installed' it, the procedure is the same as above, just paste it into the command line as follows:
wget -O / dev / null http://speedtest.sea01.softlayer.com/downloads/test100.zip
Note that in this way we use -O, ie the capital letter o , as opposed to the above Curl method and the file will also be sent directly to null so we do not need to waste time deleting any files. Believe it.
The file is only 100MB in size, so if your connection is fast enough, you should find a larger file to download to get more accurate results.
You should read it
- How to install and use wget on Mac
- How to use Wget to download files on Linux
- How to convert multiple websites into PDFs with Wget
- How to Speed Songs Up on PC or Mac
- How to 'Resume download' when downloading files is interrupted in Google Chrome
- 9 tools to support faster copy process in Windows environment
- How to fix Excel file is slow, speed up processing for Excel file
- Disable NTFS file compression to speed up Windows computers
May be interested
- Internet speed test applications for smartphoneswhen using internet speed test applications on the phone, we will know if the transmission is stable or not, check if the service provider commitment is correct.
- Command line parameter in Cthis chapter only really makes sense for you if you are using a command promt to compile the program. it is possible to pass values from the command line - command line to program c when it is executed.
- Instructions to check the Internet speedthere is some software that helps to check the network connection speed. but to not waste time installing such software, a simpler way is to use the website to check network speed.
- Why is upload speed usually much slower than download speed?if you regularly check the internet connection speed at home or office, it will not be difficult for you to realize that the download speed is usually much faster than the upload speed.
- Manage the Event Log with the command linefor many of us, using the command line - command line to control and use some of the functions in the windows system will cause them to have headaches and problems. however, if you have to set up an automatic function system in windows and other server operating systems, the command line is an irreplaceable tool ...
- How to Set up a Dial up Internet Connection in Linux Via the Command Linea walkthrough of dial-up internet with linux command line. your modem should be detected automatically by your distribution.
- The Nox App Player command line parameters supportthis article will list for you some command line parameters that nox app player supports (from version 3.0 and above). these command line parameters are used to set up system settings, launch applications and control nox.
- How to Check Internet Speedthis wikihow teaches you how to see the upload speed and download speed of your internet connection, as well as the speed of the connection between your computer and your router. knowing your internet speed can help you figure out what you...
- Forget the GUI, the Command Line is returningmanaging windows to the cloud also means a command line revival with powershell and bash.
- Speed up Internet connection by using CMD command on WindowsXP / 7/8 / 8.1internet connection speed is one of the top concerns. besides installing and using 3rd party applications to speed up, you can set the parameters you need to achieve the highest network performance.