diff --git a/collect.sh b/collect.sh index 7f15665..1438c5d 100755 --- a/collect.sh +++ b/collect.sh @@ -25,6 +25,7 @@ for (( i=1; i<=$iterations; i++ )); do python3 zpooliostat.py python3 iostat.py python3 topstat.py + python3 ifstat.py echo "minute: $i" # Wait for 60 seconds before the next iteration