change ifstat to kilobytes instead of kilobits

This commit is contained in:
Marc Mance
2024-06-21 13:12:53 -04:00
parent ed4d3c3d1a
commit a25fc6cc2e
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import os
import time
# Define your shell command
command = ["ifstat", "-znq", "-b", "1", "1"]
command = ["ifstat", "-znq", "1", "1"]
headerRow = [
"timestamp",