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 mtr—a network tool—in a Bash script on a Debian VPS—install:
apt install mtr
script:
#!/bin/bash\nmtr -r -c 10 8.8.8.8 > latency.log
On Linode run:
./latency.sh
—expect report Diagnoses hosting network

Back to All Tips