I am looking at the "counters" report, so the total requests which I then 
calculate into rates with Prometheus/Grafana. I will double check if there is 
something wrong there if there is no other explanation for this behaviour.
I do not run a MITM or root certificate so I am unable to read HTTP Requests on 
their own on all traffic, so that can not be it really.

-----Ursprüngliche Nachricht-----
Von: squid-users <squid-users-boun...@lists.squid-cache.org> Im Auftrag von 
Amos Jeffries
Gesendet: Wednesday, 23 March 2022 10:43
An: squid-users@lists.squid-cache.org
Betreff: Re: [squid-users] Difference between cache manager http request count 
and access.log entries

On 23/03/22 09:04, admin wrote:
> Hi!
> 
> I’ve recently stumbled across all the information that is returned 
> from the squid cache manager. Now after analysing the request count 
> data a bit on the cache manager information responses I noticed that 
> they do not match up with the amount of logs in access.log. There 
> might be 300 requests/s (as shown by the cache manager by comparing 
> the values and calculating the average per second) and only 100 
> access.log entries in the somewhat similar time (given a few seconds 
> to make sure it was written).
> 
> I am wondering: what causes that or rather how do I have to interpret 
> those different numbers? Which of those can I trust?

Which manager report are you looking at?

Some reports show average across the entire Squid lifetime across all workers.

> 
> I am aware that a CONNECT only shows up once and requests routed 
> through the tunnel do not show up in access.log, however I thought 
> that you can not see single requests on squids side as it is encrypted 
> and thus not count it.

That is normally correct, unless you are decrypting the traffic. In which case 
the decrypted requests and several transactions used to do the decryption are 
logged (and counted).


HTH
Amos
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to