added name to header row
This commit is contained in:
@@ -2,14 +2,13 @@ import subprocess
|
||||
import re
|
||||
import csv
|
||||
import os
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
# Define your shell command
|
||||
command = ["zpool", "iostat", "-Tu", "-l", "-p", "-v", "-y", "1", "1"]
|
||||
|
||||
headerRow = [
|
||||
"time",
|
||||
"name",
|
||||
"capacity_alloc",
|
||||
"capacity_free",
|
||||
"ops_read",
|
||||
|
||||
Reference in New Issue
Block a user