English Forums > Web Proxy Filtering and Caching

Cache hits

(1/1)

petersk:
What's the best way to review how successful the caching proxy server's cache is working?  For instance by looking at cache hits?
Kurt

Amr:
hello kurt,

you can find this information in the Access log it.
for example:
TCP_HIT/200 means that the requested document was in the cache and was fetched.
TCP_MISS/200 means that the requested document was not in the cache but it could fetch it OK from the webserver.
you can also check this link for more on access log code meanings.
https://wiki.squid-cache.org/SquidFaq/SquidLogs

Navigation

[0] Message Index

Go to full version