On Aug 12, 2010, at 9:21 AM, mdipierro wrote:

> Is there a way see how a failed response look like? Whether it is a
> tcp level failure or a http level failure?

ab has a -v option for verbosity level.

http://httpd.apache.org/docs/2.0/programs/ab.html

-v verbosity
Set verbosity level - 4 and above prints information on headers, 3 and above 
prints response codes (404, 200, etc.), 2 and above prints warnings and info.


This seems suggestive:

Failed requests:        19
  (Connect: 0, Receive: 0, Length: 19, Exceptions: 0)

I'm not familiar with ab error reporting. Is this saying that the request was 
OK but had an unexpected length?

Reply via email to