tis 2010-03-09 klockan 16:42 -0600 skrev Baird, Josh: > Does squid keep an internal counter of requests (HTTP, etc) per second? Kind of. Squid keeps a counter of number of requests in total. You can easily poll this via SNMP and derive the requests / second (or whatever interval). (previous value - current value == requests over the period) This and many other counters are also summarized every minute, saving an hour worth of history internally and from which the 5 & 60 min averages are calculated. If polling via SNMP then you can select the amount of minutes between 1 and 60. Regards Henrik