From 45cab513bc7763f8ea12a84aa24e0896280f04dd Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sat, 3 Jul 2021 09:04:33 -0600 Subject: [PATCH] test_l3_longevity.py : add channel utilization to the statistics Signed-off-by: Chuck SmileyRekiere --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index ca76adb5..fd2debc2 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -202,7 +202,7 @@ class L3VariableTime(Realm): # TODO: cmd-line arg to enable/disable these stats. self.ap_stats_col_titles = ["Station Address", "PHY Mbps", "Data Mbps", "Air Use", "Data Use", - "Retries", "bw", "mcs", "Nss", "ofdma", "mu-mimo"] + "Retries", "bw", "mcs", "Nss", "ofdma", "mu-mimo", "channel utilization"] dur = self.duration_time_to_seconds(self.test_duration)