Comment 11 for bug 966998

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Ok, seems to be working as in "just working".

Now, I don't really know if a decent way to easily get cache stats out of squid, man, dpkg -L, FAQ, google, stackoverflow don't immediately help. So, here's poor man approach (after just 2 builds of the same job):

root@ip-10-99-37-240:/var/log/squid# grep -E 'TCP_HIT|TCP_MEM_HIT' * | wc -l
305
root@ip-10-99-37-240:/var/log/squid# grep -E 'TCP_MISS' * | wc -l
2034