~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Network Throughput Testing

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

I ended up upgrading the wiring in my place to CAT7 recently and I wanted to see if there was a noticeable performance difference to my previous cabling. This blog post won’t be a product comparison, but instead I’ll show how you can do network throughput testing at your own location.

There is a great package called iperf3. It’s in most repositories under Linux, and binaries for Windows and macOS exist as well.

For a more in depth tutorial check out this post from Linode.

For the 5 second spiel…

One one machine, start the server

iperf3 -s

On another machine connect to the server and begin testing the connection

iperf3 -c 192.168.0.2

You can also use the -t flag to specify the number of seconds you want to run the test for.

Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :