pi@ChunchaiRPI2:/tmp $ wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
--2023-06-26 10:43:47-- https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 65334 (64K) [text/plain]
Saving to: ‘speedtest-cli’
speedtest-cli 100%[=====================================================================================================================>] 63.80K --.-KB/s in 0.08s
2023-06-26 10:43:48 (849 KB/s) - ‘speedtest-cli’ saved [65334/65334]
pi@ChunchaiRPI2:/tmp $ sudo chmod +x speedtest-cli
pi@ChunchaiRPI2:/tmp $ ./speedtest-cli --simple
Ping: 7.342 ms
Download: 301.20 Mbit/s
Upload: 251.35 Mbit/s
pi@ChunchaiRPI2:/tmp $