Simulating very high loads using ApacheBench (ab)
Simulating very high loads using ApacheBench (ab)
Is it possible to simulate very high (~30k concurrent requests) using apache bench. I increased my ulimit to 30k and then load tested my server using ab -n 60000 -c 30000 .... Sometimes, I get receive exceptions on ab. But, the number of requests that ab is posting to my server is greater than what I am specifying (I monitored my server stats, it is getting greater than 60k requests). Why am I getting this weird behaviour?
ab -n 60000 -c 30000 ...
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Why jmeter tag? Are you using JMeter and how?
– user7294900
Jul 1 at 13:53