parse_time function in monitor

This commit is contained in:
Matthew Stidham
2020-12-22 09:42:51 -08:00
parent da879f1f4b
commit ea7484d974

View File

@@ -233,7 +233,7 @@ def main():
layer3connections=','.join([[*x.keys()][0] for x in ip_var_test.l3cxprofile.json_get('endp')['endpoint']])
ip_var_test.l3cxprofile.monitor(col_names=['Name','Tx Rate','Rx Rate','Tx PDUs','Rx PDUs'],
report_file=report_f,
duration_sec=int(args.test_duration),
duration_sec=args.test_duration,
created_cx= layer3connections,
ouput_format='excel')
ip_var_test.stop()