@@ -43,7 +43,8 @@ def runifstat():
interfaces = bylines[0].split()
stats = bylines[2].split()
breakpoint()
for nic in interfaces:
lineData = [timestamp, nic, stats.pop(0), stats.pop(0)]
if lineData:
with open(filename, "a", newline="") as csvfile:
The note is not visible to the blocked user.