AB failed requests - What can I do about them?
Posted
by matthewsteiner
on Server Fault
See other posts from Server Fault
or by matthewsteiner
Published on 2010-05-27T14:13:04Z
Indexed on
2010/05/27
14:22 UTC
Read the original article
Hit count: 213
So, in the past I've never had any problems with this app. All benchmarks had 100% success rate. Yesterday I set up nginx to server static content and pass on other requests to apache. Now, if I have 1 concurrent user (-c 1) then everything is fine. But it seems the more concurrent users I have, the more failed requests I get. Not a lot, but maybe about 10 or 15 out of 350. They're "length", whatever that means. Visiting the website with a browser, I don't have any problems at all. How can I find out the cause of these failed requests?
© Server Fault or respective owner