changed zpool iostat to sample for 15 seconds every 60s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user