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 vmstat—a performance tool—in a Bash script on an AlmaLinux VPS—script:
#!/bin/bash\nvmstat -d 1 5 > disk_io.log
On DigitalOcean run:
./io.sh
—expect IO stats Monitors hosting disk activity

Back to All Tips