Searched refs:iperf_result (Results 1 – 14 of 14) sorted by relevance
92 iperf_result = ipf.IPerfResult(iperf_file)94 if iperf_result.error == IPERF_CLIENT_ERROR:96 for item in iperf_result.result['intervals']:100 throughput = (math.fsum(iperf_result.instantaneous_rates) / len(101 iperf_result.instantaneous_rates)) * 8 * (1.024**2)
218 iperf_result = iph.process_iperf_results(device, self.log,222 throughput[iph.traffic_direction] = iperf_result526 for iperf_result in iperf_results:527 self.check_throughput_results(iperf_result)570 iperf_result = self.get_iperf_results(self.dut, iperf_helpers)578 iperf_results.append(iperf_result)
97 iperf_result = ipf.IPerfResult(iperf_file)100 samples = iperf_result.instantaneous_rates[self.start_meas_time:-1]
550 iperf_result = ipf.IPerfResult(iperf_file)554 iperf_result.instantaneous_rates[self.start_meas_time:-1]555 ) / len(iperf_result.instantaneous_rates[self.start_meas_time:-1])
364 iperf_result = ipf.IPerfResult(iperf_file)366 iperf_result = ipf.IPerfResult('{}') #empty iperf result368 if iperf_result.instantaneous_rates:371 for rate in iperf_result.instantaneous_rates[374 tput_standard_deviation = iperf_result.get_std_deviation(397 test_result['iperf_result'] = iperf_result
149 iperf_result = ipf.IPerfResult(iperf_file)150 curr_throughput = math.fsum(iperf_result.instantaneous_rates)193 iperf_result = ipf.IPerfResult(iperf_file)194 curr_throughput = math.fsum(iperf_result.instantaneous_rates)
552 iperf_result = ipf.IPerfResult(iperf_file)553 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[555 len(iperf_result.instantaneous_rates[606 iperf_result = ipf.IPerfResult(iperf_file)607 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[609 len(iperf_result.instantaneous_rates[
572 iperf_result = ipf.IPerfResult(iperf_file)574 rate * 8 * (1.024**2) for rate in iperf_result.instantaneous_rates
478 iperf_result = ipf.IPerfResult(iperf_file)479 curr_throughput = numpy.mean(iperf_result.instantaneous_rates[
558 iperf_result = self._ssh_session.run('cat {}'.format(563 f.write(iperf_result.stdout)714 iperf_result = self._android_device.adb.shell('cat {}'.format(719 f.write(iperf_result)
33 from acts_contrib.test_utils.coex.coex_test_utils import iperf_result226 throughput = iperf_result(230 throughput = iperf_result(self.log,
573 def iperf_result(log, protocol, result): function
276 iperf_result = ipf.IPerfResult(iperf_file)277 current_throughput = numpy.mean(iperf_result.instantaneous_rates[
1481 iperf_result = ipf.IPerfResult(iperf_str, 'None')1483 udp_rate = iperf_result.avg_rate1487 iperf_result.error)1490 tx_rate = iperf_result.avg_send_rate1491 rx_rate = iperf_result.avg_receive_rate1495 iperf_result.error)