How To Test Your Internet Speed With A Terminal Command

How To Test Your Internet Speed With A Terminal Command

You probably know about the internet speed tests that can be performed from your browser. Make Tech Easier shows us that you can do the same thing right from a terminal window — perfect for your Raspberry Pi or home server.

Just open a terminal and run the following command:

wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip

The test basically downloads a 10MB file using the wget command to pull a file from a remote server. The speed is displayed in the terminal when the file download has completed, so you know how fast your connection is running.

Any Linux PC can perform the wget command out of the box. Windows and Mac users will need to download the program, but it still functions more or less the same. Hit the link to read more.

How to Test Internet Connection Speed From the Terminal [Make Tech Easier]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


7 responses to “How To Test Your Internet Speed With A Terminal Command”