Test your Breeze's network speed without a browser using command-line tools.
Using speedtest-cli
# Install
apt install speedtest-cli -y # Ubuntu/Debian
# or
pip install speedtest-cli
# Run test
speedtest-cli
# Simple output
speedtest-cli --simpleUsing iperf3
For testing between two servers:
# Install
apt install iperf3 -y
# On server A (listener)
iperf3 -s
# On server B (client)
iperf3 -c SERVER_A_IPUsing curl
Quick download speed test:
curl -o /dev/null -w "Speed: %{speed_download} bytes/sec\n" https://speed.cloudflare.com/__down?bytes=100000000