Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
Cache hits
« previous
next »
Print
Pages: [
1
]
Author
Topic: Cache hits (Read 1773 times)
petersk
Newbie
Posts: 13
Karma: 0
Cache hits
«
on:
July 12, 2020, 09:02:24 pm »
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
Logged
Amr
Jr. Member
Posts: 78
Karma: 4
Re: Cache hits
«
Reply #1 on:
July 28, 2020, 07:58:38 am »
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
Logged
Disclaimer: All advice presented is "AS IS", no warranties.
I'm not part of the opnsense team, just trying to help.
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Web Proxy Filtering and Caching
(Moderator:
fabian
) »
Cache hits