Skip to content
Snippets Groups Projects
Commit 6de6971b authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

explicitly specify request and response size for netperf

parent 4de2c325
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ set -ex ...@@ -32,7 +32,7 @@ set -ex
cd $(dirname $0)/../../.. cd $(dirname $0)/../../..
netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -o P50_LATENCY,P90_LATENCY,P99_LATENCY netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -r 1,1 -o P50_LATENCY,P90_LATENCY,P99_LATENCY
cat netperf_latency.txt cat netperf_latency.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment