diff --git a/psi-alerts.sh b/psi-alerts.sh index 171ea11..cf157cf 100755 --- a/psi-alerts.sh +++ b/psi-alerts.sh @@ -89,7 +89,7 @@ print_stats () { pidstat -ul --human ;; IO) - sudo iotop --batch --only --iter=1 + sudo iotop --batch --only --iter=10 printf "\n\n" pidstat -dl --human ;;