From b2dee38fbb69bb956ee9557bdeb273fd8d9b68ea Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 18:51:12 -0400 Subject: [PATCH] added ifstat.py to collect.sh --- collect.sh | 1 + 1 file changed, 1 insertion(+) 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