Results 1 to 4 of 4
Hi Guys,
I've setup Squid Proxy cache enbaled. How would I know if my my clients are getting data from cache directory first then into the net ?
I would ...
- 10-28-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 34
Squid Proxy Caching
Hi Guys,
I've setup Squid Proxy cache enbaled. How would I know if my my clients are getting data from cache directory first then into the net ?
I would like to know that my squid caching is working.
Thanks
- 10-28-2011 #2
In /var/log/squid/access.log, look for TCP_HIT. That means there was a match in the cache. TCP_MISS, of course, means there was no cached content and the proxy had to fetch it.
linux user # 503963
- 10-29-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 50
You can also set up a squid log analyzer if you don't want to browse raw logs:
squid : Optimising Web Delivery
- 11-03-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 34
Thanks a lot


Reply With Quote