added nic echo

This commit is contained in:
Marc Mance
2024-05-30 18:52:17 -04:00
parent b2dee38fbb
commit 53394ff35d

View File

@@ -19,6 +19,7 @@ timeout "$minutes"m gstat -C -s -d -o -p -I 60s > gstat.csv &
echo "Starting iostat Collection" echo "Starting iostat Collection"
echo "Starting zpool iostat Collection" echo "Starting zpool iostat Collection"
echo "Starting cpu Collection" echo "Starting cpu Collection"
echo "Starting nic Collection"
for (( i=1; i<=$iterations; i++ )); do for (( i=1; i<=$iterations; i++ )); do
# Execute the command # Execute the command