Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created March 4, 2013 16:38
Show Gist options
  • Save manuelmorales/5083577 to your computer and use it in GitHub Desktop.
Save manuelmorales/5083577 to your computer and use it in GitHub Desktop.
iotop log for old versions of iotop
#!/bin/bash
while true
do
date
sudo iotop -o --batch -d 10 -n 2 | tail -n +3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment