From 5997bcb6f8f30f47c6c8f5e6f11f3b551e0b78a9 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Thu, 31 Aug 2023 22:56:01 -0400 Subject: [PATCH] Set iotop iterations to 10 --- psi-alerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;