Answer the question
In order to leave comments, you need to log in
ApacheBench showing different results for parallel queries?
Hello.
Making requests for production with ab
.
Upon request
ab -n100 -c1 "http://example.com/search?q=something"
gives out:<pre>
Connection Times (ms)
min mean[+/-sd] median max
Connect: 24 25 0.7 24 29
Processing: 526 874 116.1 868 1263
Waiting: 313 608 105.1 596 1032
Total: 552 898 116.1 892 1288
</pre>
ab -n100 -c3 "http://example.com/search?q=something"
<pre>
Connection Times (ms)
min mean[+/-sd] median max
Connect: 24 25 0.8 25 30
Processing: 898 1872 1065.6 1689 8114
Waiting: 654 1410 765.5 1299 7821
Total: 923 1897 1065.5 1714 8138
</pre>
-c1
.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question