From 53394ff35d752bf7ae09b706f4580916753734ba Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 18:52:17 -0400 Subject: [PATCH] added nic echo --- collect.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/collect.sh b/collect.sh index 1438c5d..05ce08f 100755 --- a/collect.sh +++ b/collect.sh @@ -19,6 +19,7 @@ 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" +echo "Starting nic Collection" for (( i=1; i<=$iterations; i++ )); do # Execute the command