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 dd—a disk tool—in a Bash script on an Ubuntu VPS—script:
#!/bin/bash\ndd if=/dev/zero of=/tmp/test bs=1M count=100 > speed.log 2>&1
On Linode run:
./speed.sh
—expect write speed Tests hosting disk performance

Back to All Tips