Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Bash

Use speedtest-cli—a bandwidth test—in a Bash script on an Ubuntu VPS—install:
apt install speedtest-cli
script:
#!/bin/bash\nspeedtest-cli > speed.log
On DigitalOcean run:
./speed.sh
—expect results Tests hosting connectivity

Back to All Tips