I found this very useful and wanted to share: Ookla - the go-to internet speed checking tool - has a CLI installable version. My headless server runs a VPN connection and I was curious what the difference was with the VPN on or off.
VPN on:
VPN off:
To install it;
VPN on:
Code:
Speedtest by Ookla Server: Surfshark Ltd - New York, NY (id = 36817) ISP: Heficed Latency: 30.65 ms (1.33 ms jitter) Download: 204.09 Mbps (data used: 263.1 MB ) Upload: 8.57 Mbps (data used: 12.1 MB ) Packet Loss: Not available.
Code:
Speedtest by Ookla Server: Suddenlink Communications LLC - Greenville, NC (id = 5400) ISP: Suddenlink Communications Latency: 9.09 ms (2.29 ms jitter) Download: 209.15 Mbps (data used: 131.7 MB ) Upload: 14.89 Mbps (data used: 17.4 MB ) Packet Loss: 0.0%
Code:
curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash sudo apt install speedtest
Comment