1 example for iotop
# Start iotop sudo iotop # Only show processes (not threads) sudo iotop -P # Show only processes with activity, update every 10th second sudo iotop -o -d 10 # Turn on non-interactive mode that can e.g. be consumed by scripts sudo iotop -b