changed zpool iostat to sample for 15 seconds every 60s

This commit is contained in:
Marc Mance
2024-07-10 17:04:30 -04:00
parent a25fc6cc2e
commit 5060dd77e6

View File

@@ -5,7 +5,7 @@ import os
import time
# Define your shell command
command = ["zpool", "iostat", "-Tu", "-l", "-p", "-v", "-y", "1", "1"]
command = ["zpool", "iostat", "-Tu", "-l", "-p", "-v", "-y", "15", "1"]
headerRow = [
"timestamp",