Bug 57219 - ApacheBench quits unexpectedly with high concurrency numbers when connections wait
Summary: ApacheBench quits unexpectedly with high concurrency numbers when connections...
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: support (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-15 21:09 UTC by byuksel
Modified: 2014-11-15 21:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description byuksel 2014-11-15 21:09:52 UTC
with apachebench -c 20000 -n 20000 some-url

apachebench will sometimes go up to 20k - N (N being some small number), and quit without printing the core stats it collects. I suspect this happens bc some of the connections fail to connect and they time out after a while.