added name to header row
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
minutes=$1
|
||||
|
||||
echo ""
|
||||
greeting="Running perfcollect for $minutes minutes"
|
||||
echo "$greeting"
|
||||
echo "Will auto upload to iXsystem when completed."
|
||||
|
||||
@@ -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