May 31, 2020

Test your internet bandwidth on CLI or Terminal with python and speedtest.net

We all know this situation: you are on a fresh setup of Linux remote server or a headleas Raspberry Pi, and somehow the speed is not feeling right. Besides a iperf LAN speedtest for your device you can quickly check your connection speed to the outside with this handy python script command: If you don’t […]

Read more

March 30, 2020

Test real network speeds between clients/server with iperf3 and Synology

I exchanged my Synology server for a 10Gbit capable model, and after deploying it, I wanted to confirm the actual available speed over my network. For this matter I use the tool iperf3. It is a great command line interface (CLI) based tool, that supports all varieties of operating systems: from Windows over MacOS and […]

Read more