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 fio—a IO benchmark—in a Bash script on a Debian VPS—install:
apt install fio
script:
#!/bin/bash\nfio --name=test --rw=randread --size=100m > iops.log
On Linode run:
./iops.sh
—expect IOPS stats Optimizes hosting performance

Back to All Tips