added echo in loop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user