From 699a980258619542d2f173253f4cb82c994cdc59 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 29 May 2024 18:39:28 -0400 Subject: [PATCH] added some debuging --- collect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collect.sh b/collect.sh index 4aa287b..b552aac 100755 --- a/collect.sh +++ b/collect.sh @@ -14,8 +14,9 @@ iterations=$1 for (( i=1; i<=$iterations; i++ )); do # Execute the command echo "Executing $i Iteration" - +echo "Processing zpool iostat" python3 ixiostat.py +echo "Processing gstat" gstat -C -s -d -o -p -I 60s >> /root/gstat.csv # Wait for 60 seconds before the next iteration sleep 60