added topstat.py

This commit is contained in:
Marc Mance
2024-05-30 16:27:52 -04:00
parent 76b7f807e9
commit 4f6a8dc32c
2 changed files with 115 additions and 0 deletions

View File

@@ -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