From 0ce5599f7a8080119b9d5aadf46d23487ef53baf Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Tue, 30 Jul 2024 17:48:30 -0400 Subject: [PATCH] fixed typo --- collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collect.py b/collect.py index 227150b..971866f 100644 --- a/collect.py +++ b/collect.py @@ -189,7 +189,7 @@ def collect_data(minutes, interval): # Collect data using system commands zpoolIostat() - ifstat() + coreifstat() if is_debian(): scaleIostat_cpu()