$ ./ab -n 100 -c 10 "http://www.animelyrics.com/";
This is ApacheBench, Version 1.3a
...
Time taken for tests:   7.189 seconds
Complete requests:      100
Failed requests:        11
   (Connect: 0, Length: 11, Exceptions: 0)
Total transferred:      671524 bytes
HTML transferred:       646289 bytes
Requests per second:    13.91
Transfer rate:          93.41 kb/s received
...

Why is the server returning so many "Failed requests" at this low load?
(That webpage is generated by Apache::ASP which connects to MySQL.)

A mod_perl script (no Apache::ASP) that connects to MySQL on the same
server gets 0 failed requests and 18.83 requests per second when I run ab
with "-n 1000 -c 50".

-Philip Mak ([EMAIL PROTECTED])

Reply via email to