Test files for bandwidth measurement
# Only two download connections are allowed per IP address
General example for iperf3
iperf3 -c test.fortex.ru -R -t 15 -P 4 -f m
iperf3 -c test.fortex.ru -t 15 -P 4 -f m
# Only one TCP test session (connection) is allowed per IP address. UDP not permitted
Command for Linux/macOS
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)"
Your Connection Details
Loading...