diff --git a/collect.py b/collect.py index 971866f..aac7cba 100644 --- a/collect.py +++ b/collect.py @@ -198,7 +198,7 @@ def collect_data(minutes, interval): if is_freebsd(): coreIostat_cpu() - if i == 1: + if i == 0: print("Minute:", end="", flush=True) print(f" {i}", end="", flush=True)