Set iotop iterations to 10

This commit is contained in:
Trey Blancher 2023-08-31 22:56:01 -04:00
parent 7f5806c0a9
commit 5997bcb6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;