What it does
- Runs a simple download + upload throughput test against Cloudflare's speed test endpoints.
- Reports Mbps for download and upload.
Run
python3 {baseDir}/scripts/speedtest.py
python3 {baseDir}/scripts/speedtest.py --download-bytes 50000000 --upload-bytes 10000000
Notes
- Results depend on current network conditions and routing.
- This is not as feature-rich as Ookla Speedtest, but has zero external deps.