From 2c6137bb1f914b64424baf5d5a7949a4f5e0d789 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 29 May 2024 18:35:52 -0400 Subject: [PATCH] added echo in loop --- collect.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collect.sh b/collect.sh index 51e01ee..048efbc 100755 --- a/collect.sh +++ b/collect.sh @@ -12,7 +12,9 @@ echo "" iterations=$1 for (( i=1; i<=$iterations; i++ )); do - # Execute the command + # Execute the command +echo "Executing $1 Iteration" + python3 ixiostat.py gstat -C -s -d -o -p -I 60s >> /root/gstat.csv # Wait for 60 seconds before the next iteration