Searched refs:iperf_result (Results 1 – 12 of 12) sorted by relevance
97 iperf_result = ipf.IPerfResult(iperf_file)100 samples = iperf_result.instantaneous_rates[self.start_meas_time:-1]
465 iperf_result = ipf.IPerfResult(iperf_file)469 iperf_result.instantaneous_rates[self.start_meas_time:-1]470 ) / len(iperf_result.instantaneous_rates[self.start_meas_time:-1])
354 iperf_result = ipf.IPerfResult(iperf_file)355 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[357 iperf_result.instantaneous_rates[self.rvr_test_params[403 iperf_result = ipf.IPerfResult(iperf_file)404 curr_throughput = (math.fsum(iperf_result.instantaneous_rates[406 iperf_result.instantaneous_rates[self.rvr_test_params[
151 iperf_result = ipf.IPerfResult(iperf_file)152 curr_throughput = math.fsum(iperf_result.instantaneous_rates)195 iperf_result = ipf.IPerfResult(iperf_file)196 curr_throughput = math.fsum(iperf_result.instantaneous_rates)
343 iperf_result = ipf.IPerfResult(iperf_file)350 test_result['iperf_result'] = iperf_result
530 iperf_result = ipf.IPerfResult(iperf_file)532 rate * 8 * (1.024**2) for rate in iperf_result.instantaneous_rates
405 iperf_result = ipf.IPerfResult(iperf_file)406 curr_throughput = numpy.mean(iperf_result.instantaneous_rates[
529 iperf_result = self._ssh_session.run('cat {}'.format(534 f.write(iperf_result.stdout)669 iperf_result = self._android_device.adb.shell('cat {}'.format(674 f.write(iperf_result)
33 from acts.test_utils.coex.coex_test_utils import iperf_result226 throughput = iperf_result(230 throughput = iperf_result(self.log,
574 def iperf_result(log, protocol, result): function
200 iperf_result = iph.process_iperf_results(device, self.log,204 throughput[iph.traffic_direction] = iperf_result
3340 iperf_result = ipf.IPerfResult(iperf_str)3342 udp_rate = iperf_result.avg_rate3346 iperf_result.error)3349 tx_rate = iperf_result.avg_send_rate3350 rx_rate = iperf_result.avg_receive_rate3354 iperf_result.error)