added topstat.py
This commit is contained in:
@@ -15,6 +15,9 @@ echo "Starting gstat Collection"
|
||||
timeout "$minutes"m gstat -C -s -d -o -p -I 60s > gstat.csv &
|
||||
|
||||
echo "Starting iostat Collection"
|
||||
echo "Starting zpool iostat Collection"
|
||||
echo "Starting cpu Collection"
|
||||
|
||||
for (( i=1; i<=$iterations; i++ )); do
|
||||
# Execute the command
|
||||
python3 zpooliostat.py
|
||||
|
||||
Reference in New Issue
Block a user