Searched refs:netperf (Results 1 – 25 of 51) sorted by relevance
123
/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/rust/android-crates-io/crates/grpcio-sys/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 \
|
D | grpc_e2e_performance_singlevm.sh | 27 --netperf \
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_full_performance_master.sh | 25 --netperf \ 39 --netperf \
|
D | grpc_full_performance_release.sh | 25 --netperf \ 39 --netperf \
|
D | grpc_e2e_performance_singlevm.sh | 27 --netperf \
|
/external/autotest/server/cros/network/ |
D | netperf_runner.py | 627 …netperf = 'for i in 1; do %s -H %s -t omni -T %s -l %d -L %s -P 0 -- -R 1 -d stream -s 256K -S 256… 634 netperf = '%s -H %s -p %s -t %s -l %d -L %s -- -P 0,%d -R 1' % ( 643 result = self._client_host.run(netperf, 672 raise error.TestFail("No results; cmd: %s", netperf) 675 raise error.CmdError(netperf, result,
|
D | connection_worker.py | 262 client, self.work_client, self._config) as netperf: 269 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/rust/android-crates-io/crates/grpcio-sys/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/bcc/docker/ |
D | Dockerfile.debian | 6 # Adding non-free repo for netperf
|
/external/bcc/ |
D | INSTALL.md | 371 * Optional tools used in some examples: arping, netperf, and iperf 386 liblzma-dev arping netperf iperf 391 liblzma-dev arping netperf iperf 396 liblzma-dev arping netperf iperf 401 liblzma-dev libdebuginfod-dev arping netperf iperf 406 liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-15-dev 411 liblzma-dev arping netperf iperf 440 dnf -y install netperf 492 http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x86_64.rpm 620 sudo yum install -y http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x… [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_performance_tests.py | 353 netperf=False, argument 364 if netperf: 646 netperf=args.netperf,
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 393 netperf=False, argument 406 if netperf: 748 netperf=args.netperf,
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | nft_concat_range.sh | 740 elif command -v netperf >/dev/null; then 761 B netperf -4 -H "${dst_addr4}" ${dst_port} \ 831 elif command -v netperf >/dev/null; then 852 B netperf -6 -H "${dst_addr6}" ${dst_port} \ 922 elif command -v netperf >/dev/null; then 943 B netperf -4 -H "${dst_addr4}" ${dst_port} \ 990 killall netperf 2>/dev/null
|
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
D | control.ht40_ch001 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch044 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch006 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.vht40_ch036 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
D | control.11b | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11a | 14 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | control.vht20 | 15 This test uses netperf to measure and verify the maximal receiving and
|
D | control.vht40 | 15 This test uses netperf to measure and verify the maximal receiving and
|
D | control.ht40 | 15 This test uses netperf to measure and verify the maximal receiving and
|
123