Juan Pablo Herrera wrote:
> Ho all.
> The field client_http.errors of the cache managr does it include the
> TCP_DENIED?
No.. See src/client_side.c
/******
if (http->log_type == LOG_TCP_HIT)
statCounter.client_http.disk_hits++;
else if (http->log_type == LOG_TCP_MEM_HIT)
statCounter.client_http.mem_hits++;
if (http->request->err_type != ERR_NONE)
statCounter.client_http.errors++;
******/
As you see client_http.errors count isnt incereased by TCP_DENIED log
type..Sure you can get TCP_DENIED stats by any log analyzer..
Best regards,
Ilker G.
Received on Fri Sep 20 2002 - 02:43:23 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:22 MST