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