On Tue, Jan 26, 2010 at 09:38:29AM -0800, Paul Hirose wrote:
> My stats page (thank you, got that working) shows I have 20 conn
> errors.  The three backend servers all show 0 in all the boxes, but
> the "backend" row shows "blank" "20" and "0" in the three Error
> columns (Req, Conn, Resp.)
> 
> I looked through my /var/log/messages and did a "grep -ve '--'" to see
> if I could find anything that doesn't have a "--" as its final status.
>  And I have none.  All of them are "--", which I figure is a good
> thing.
> 
> So how do I find what those 20 errors in my statistics page are in my logs?

most likely they are queue timeouts which are assimiled as
connection failures since the request could never get a connection.
It explains why you have none on any server. I suspect that your
max queue column is non-zero for the backend, meaning there has
already been some queueing.

You can easily spot such errors in the log by compiling the
halog tool from the contrib dir. Then you run "halog -e < file.log"
and you'll get only the errors.

Regards,
Willy


Reply via email to