[squid-users] Optimezed???

Eliezer Croitoru eliezer at ngtech.co.il
Wed Sep 16 20:55:03 UTC 2015


Try to run this on you access.log:
cat /var/log/squid/access.log|gawk '{print $4}'|sort|uniq -c

This should show a list of all the cases which includes 304 status code.
If you can post the results there will might be another side to the 
whole story in the output.

Eliezer

On 16/09/2015 23:51, Jorgeley Junior wrote:
> Any suggestions?
> Em 16/09/2015 17:10, "Eliezer Croitoru" <eliezer at ngtech.co.il> escreveu:
>
>> Can you run a script on the access log? to verify couple things?
>> Hit and Miss are not the only options and there is a possibility that your
>> cache causes that only specific requests will be even downloaded using the
>> cache.
>>
>> If so I will send you the bash script to try and see something.
>>
>> Eliezer
>>
>> On 16/09/2015 23:00, Jorgeley Junior wrote:
>>
>>> I think my squid is not optimezed due the percentage of hits, see the
>>> graph
>>> bellow:
>>>
>>>>>>
>>>
>>>
>>> _______________________________________________
>>> squid-users mailing list
>>> squid-users at lists.squid-cache.org
>>> http://lists.squid-cache.org/listinfo/squid-users
>>>
>>>
>> _______________________________________________
>> squid-users mailing list
>> squid-users at lists.squid-cache.org
>> http://lists.squid-cache.org/listinfo/squid-users
>>
>



More information about the squid-users mailing list