Download test (from server to client)iperf3 -c test.fortex.ru -R -t 15 -P 4 -f m Upload test (from client to server)iperf3 -c test.fortex.ru -t 15 -P 4 -f m
https://test.fortex.ru/web
Install iperf3 before running this command echo "download: $(iperf3 -c test.fortex.ru -R | grep -Eo '[0-9]+(\.[0-9]+)? Mbits/sec' | tail -n1)" echo "upload: $(iperf3 -c test.fortex.ru | grep -Eo '[0-9]+(\.[0-9]+)? Mbits/sec' | tail -n1)"
This is a script for testing internet speed on Windows. It already includes the iperf3 binary, nothing else needs to be downloaded
To use it, download, unzip and run start-test.bat
Loading...