Searched refs:throughput (Results 1 – 5 of 5) sorted by relevance
91 throughput = self.process_iperf_results()93 self.RSSI, throughput)
479 throughput = (math.fsum(iperf_result.instantaneous_rates[:-1]) /481 self.log.info('The average throughput is {}'.format(throughput))484 throughput = 0485 return throughput
829 def throughput_pass_fail_check(throughput): argument842 if len(throughput) != 0:843 for i in range(len(throughput)):844 if throughput[i] != 'Iperf Failed':845 if float(throughput[i].split('Mb/s')[0]) > \850 elif throughput[i] == 'Iperf Failed':
271 throughput = 0277 throughput = iperf_result.avg_send_rate * 8280 throughput = iperf_result.avg_receive_rate * 8284 self.log.info("Average receive rate: %sMbps", throughput)286 return [throughput, current]309 throughput, current = self.measure_throughput_and_power(direction)310 results_throughput.append(throughput)
11 latency or throughput. Some of the tests may not have pass/fail results -