removed old script, updated collect.sh to include topstat.py

This commit is contained in:
Marc Mance
2024-05-30 17:06:30 -04:00
parent 47cb2b7987
commit 43e05d6c58
2 changed files with 1 additions and 300 deletions

View File

@@ -22,6 +22,7 @@ for (( i=1; i<=$iterations; i++ )); do
# Execute the command
python3 zpooliostat.py
python3 iostat.py
python3 topstat.py
echo "minute: $i"
# Wait for 60 seconds before the next iteration