Add iperf3 testing functionality to runtest.sh and update CSV output format; include local and remote TCP/UDP metrics
This commit is contained in:
parent
da0763806b
commit
4891f0bdfe
3 changed files with 40 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue