From 159313f8bcd45390fbcdb30b30a9b877becc6574 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 29 May 2024 18:36:24 -0400 Subject: [PATCH] correction --- collect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect.sh b/collect.sh index 048efbc..4aa287b 100755 --- a/collect.sh +++ b/collect.sh @@ -13,7 +13,7 @@ iterations=$1 for (( i=1; i<=$iterations; i++ )); do # Execute the command -echo "Executing $1 Iteration" +echo "Executing $i Iteration" python3 ixiostat.py gstat -C -s -d -o -p -I 60s >> /root/gstat.csv