back to timeout for gstat
This commit is contained in:
@@ -11,13 +11,14 @@ echo ""
|
|||||||
|
|
||||||
iterations=$1
|
iterations=$1
|
||||||
|
|
||||||
|
echo "Starting gstat Collection"
|
||||||
|
timeout "$minutes"m gstat -C -s -d -o -p -I 60s > /root/gstat.csv
|
||||||
|
|
||||||
|
echo "Starting iostat Collection"
|
||||||
for (( i=1; i<=$iterations; i++ )); do
|
for (( i=1; i<=$iterations; i++ )); do
|
||||||
# Execute the command
|
# Execute the command
|
||||||
echo "Executing $i Iteration"
|
|
||||||
echo "Processing zpool iostat"
|
|
||||||
python3 ixiostat.py
|
python3 ixiostat.py
|
||||||
echo "Processing gstat"
|
|
||||||
gstat -C -s -d -o -p >> /root/gstat.csv
|
|
||||||
# Wait for 60 seconds before the next iteration
|
# Wait for 60 seconds before the next iteration
|
||||||
sleep 60
|
sleep 60
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user