From aa7850424a5fae4bd3911a20643f053c41173c00 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Thu, 30 May 2024 17:04:25 -0400 Subject: [PATCH] correction --- topstat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topstat.py b/topstat.py index 5f9b286..09fb92b 100644 --- a/topstat.py +++ b/topstat.py @@ -8,10 +8,11 @@ import time command = ["top", "-n", "1"] headerRow = [ + "timestamp", + "name", "loadaverage_1", "loadaverage_5", "loadaverage_15", - "name", "total_processes", "running", "sleeping",