mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
col names defaults to working
This commit is contained in:
@@ -251,7 +251,7 @@ python3 ./test_ipv4_l4_urls_per_ten.py
|
|||||||
layer4traffic=','.join([[*x.keys()][0] for x in ip_test.local_realm.json_get('layer4')['endpoint']])
|
layer4traffic=','.join([[*x.keys()][0] for x in ip_test.local_realm.json_get('layer4')['endpoint']])
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
ip_test.l4cxprofile.monitor(col_names=['Name','bytes-rd','rx rate (1 min)', 'urls/s'],
|
ip_test.l4cxprofile.monitor(col_names=['bytes-rd', 'urls/s'],
|
||||||
report_file=rpt_file,
|
report_file=rpt_file,
|
||||||
duration_sec=ip_test.local_realm.parse_time(args.test_duration).total_seconds(),
|
duration_sec=ip_test.local_realm.parse_time(args.test_duration).total_seconds(),
|
||||||
created_cx=layer4traffic,
|
created_cx=layer4traffic,
|
||||||
|
|||||||
Reference in New Issue
Block a user