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