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 iostat—a disk tool—in a Bash script on a Debian VPS—install:
apt install sysstat
script:
#!/bin/bash\niostat -x 1 5 > disk_io.log
On Linode run:
./io.sh
—expect IO stats Monitors hosting disk performance

Back to All Tips