Re: [squid-users] TCP_MISS/200

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 10 Aug 2011 15:57:27 +1200

 On Tue, 9 Aug 2011 21:48:15 -0400, alexus wrote:
> how can I improve these: in particular TCP_MISS/200 as it seems like
> I
> have most of these and almost none TCP_HIT/200
> -bash-3.2# cat access.log | awk '{print $4}' | sort | uniq -c | sort
> -rn
> 115522 TCP_MISS/200
> 87750 TCP_DENIED/407
> 8933 TCP_MISS/304
> 7646 TCP_MISS/302
> 6456 TCP_MEM_HIT/200

 Find out what URLs.

 grep "TCP_MISS/200" access.log | awk '{print $7}' | sort | uniq -c |
 sort -rn | head -20

 and paste some worst offenders into redbot.org to find out more about
 them.

 Amso
Received on Wed Aug 10 2011 - 03:57:30 MDT

This archive was generated by hypermail 2.2.0 : Wed Aug 10 2011 - 12:00:01 MDT