correction

This commit is contained in:
Marc Mance
2024-05-30 17:04:25 -04:00
parent d56449b2b2
commit aa7850424a

View File

@@ -8,10 +8,11 @@ import time
command = ["top", "-n", "1"] command = ["top", "-n", "1"]
headerRow = [ headerRow = [
"timestamp",
"name",
"loadaverage_1", "loadaverage_1",
"loadaverage_5", "loadaverage_5",
"loadaverage_15", "loadaverage_15",
"name",
"total_processes", "total_processes",
"running", "running",
"sleeping", "sleeping",