Linux Command: Internet Speed Test

by on December 14, 2012· LAST UPDATED December 14, 2012

Fig.01: lftp testing internet speed

Use lftp command to test your Internet connection speed under Linux operating system. The syntax is:

lftp 'pget http://speedtest.example.com/file.bin; exit; '

You can also use wget command for the same purpose:

wget -O /dev/null 'http://speedtest.example.com/file.bin'
Read answer to: "Linux / Unix: Test Internet Connection Speed From Console Over SSH Command Line"

Comments on this FAQ are closed. If you'd like to continue the discussion on this topic, you can do so at our forum.

Tagged as: