From 2bc301b38f8627bda9d337df9b55aa7d047b2d66 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 29 May 2024 18:40:05 -0400 Subject: [PATCH] correct gstat command --- collect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect.sh b/collect.sh index b552aac..a3830f9 100755 --- a/collect.sh +++ b/collect.sh @@ -17,7 +17,7 @@ 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 +gstat -C -s -d -o -p >> /root/gstat.csv # Wait for 60 seconds before the next iteration sleep 60 done