Searched refs:netperf (Results 1 – 25 of 41) sorted by relevance
12
/external/bcc/examples/networking/neighbor_sharing/ |
D | README.txt | 31 Network ready. Create a shell in the wan0 namespace and test with netperf 33 e.g.: ip netns exec wan0 netperf -H 172.16.1.100 -l 2 38 $ sudo ip netns exec wan0 netperf -H 172.16.1.100 -l 2 47 $ sudo ip netns exec wan0 netperf -H 172.16.1.150 -l 2
|
/external/autotest/client/tests/netperf2/ |
D | control.client | 9 See http://www.netperf.org/netperf/NetperfPage.html.
|
D | control.server | 9 See http://www.netperf.org/netperf/NetperfPage.html.
|
D | control.parallel | 9 See http://www.netperf.org/netperf/NetperfPage.html.
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_full_performance_release.sh | 25 --netperf \ 39 --netperf \
|
D | grpc_full_performance_master.sh | 25 --netperf \ 39 --netperf \
|
/external/autotest/server/tests/netperf2/ |
D | control.stress.srv | 17 test - the list of valid netperf tests that can be run 32 Run netperf with various parameter settings.
|
/external/autotest/server/cros/network/ |
D | netperf_runner.py | 549 netperf = '%s -H %s -p %s -t %s -l %d -- -P 0,%d' % ( 561 result = self._client_host.run(netperf, ignore_status=True, 589 raise error.TestFail("No results; cmd: %s", netperf) 592 raise error.CmdError(netperf, result,
|
D | connection_worker.py | 261 client, self.work_client, self._config) as netperf: 268 result = netperf.run(self._config)
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | run_netperf.sh | 20 netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -r 1,1 -o P50_LATENCY,P90_…
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 344 netperf=False, argument 354 if netperf: 641 netperf=args.netperf,
|
/external/bcc/ |
D | Dockerfile.debian | 6 # Adding non-free repo for netperf
|
D | INSTALL.md | 163 The automated tests that run as part of the build process require `netperf`. Since netperf's licen… 204 python-pyroute2 luajit libluajit-5.1-dev arping iperf netperf ethtool \ 288 http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x86_64.rpm 355 sudo yum install -y http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x…
|
/external/bcc/tests/python/ |
D | CMakeLists.txt | 8 find_program(NETPERF netperf) 10 message(WARNING "Recommended test program 'netperf' not found")
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | control.11g | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht20 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
D | control.11a | 12 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11b | 12 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
D | control.ht40_ch044 | 13 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch011 | 13 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch006 | 13 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch153 | 13 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch001 | 13 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ |
D | control.11a | 13 This test uses netperf to measure the maximal receiving and transmitting
|
12