added ifstat.py to collect.sh

This commit is contained in:
Marc Mance
2024-05-30 18:51:12 -04:00
parent a1289bd196
commit b2dee38fbb

View File

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