Add iperf3 testing functionality to runtest.sh and update CSV output format; include local and remote TCP/UDP metrics

This commit is contained in:
Yaro Kasear 2025-04-21 12:48:33 -05:00
parent da0763806b
commit 4891f0bdfe
3 changed files with 40 additions and 5 deletions

View file

@ -433,9 +433,6 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel):
'CiscoMaxClients': max(cisco_reported_clients) if cisco_reported_clients else 0
})
finally:
cap.close()