
Designate another machine as a client and run this command, substituting the IP address of your server machine for the sample one here: iperf -c 192.168.1.

This waits for incoming connections from clients. Use our speedtest to check the speed on your Windstream internet connection. Take note of the IP address so you can use it on the other machine (the one designated as the client). Your local IP address (assuming an IPv4 local network) starts with either 192.168 or 10. Obtain the IP address of the server machine: ip addr show | grep inet.*brd Once it's installed, you need two machines on the same network to use it (both must have iPerf installed).
#Go to speedtest net install#
Debian, Raspbian, and Ubuntu users can install it with apt: sudo apt install iperf IPerf is a great way to test your LAN speed (rather than your Internet speed, as the two previous tools do). To get your upload speed, use the -u flag: $ fast -u The command returns your Internet download speed. A list of free internet speed test sites, updated July 2023. Its web interface is located at, and it has a command-line interface available through npm: npm install -global fast-cliīoth the website and command-line utility provide the same basic interface: it's a simple-as-possible speed test: $ fast An internet speed test, or broadband speed test, tests your available bandwidth. Fastįast is a service provided by Netflix.

It's fast and scriptable, so you can run it regularly and save the output to a file or database for a record of your network speed over time. This gives you your download and upload Internet speeds. Hosted by CenturyLink (Cambridge, UK) : 31.566 ms Testing from CenturyLink (65.128.194.58). One business phone number across devices within MS Teams Get Unlimited, Metered, or a combination of both plans to meet the needs of your employee base. If you are unable to use the desktop version, open your browser and go to to test the speed of your internet. Click the link below to download the desktop app.
#Go to speedtest net update#
Then run it with the command speedtest: $ speedtest Update the device with the latest version of the operating system and browser. Install it with: sudo apt install speedtest-cli You can use it as a command-line tool or within a Python script. It's implemented in Python, packaged in Apt, and also available with pip. Now, the most accurate and convenient way to test your speed lives on your Windows desktop. Three open source tools that enable you to check your internet and network speeds at the command line are Speedtest, Fast, and iPerf. Being able to validate your network connection speed puts you in control of your computer.
