The response time between the proxy and the actual server that is performing the data. I'm using squid as an authentication only proxy. No caching. I have many rules and want to see what type of overhead internally squid has. Or to put it another way -- I can get total client wait time by looking at access.log, I want to see how much of that wait is between the server and the proxy. Then subtract those two numbers to get an idea of how much overhead squid has. Thien On 4/19/05, Henrik Nordstrom <hno@xxxxxxxxxxxxxxx> wrote: > On Mon, 18 Apr 2005, Thien Vu wrote: > > > access.log provides squid proxy <-> client numbers but I want the web > > server <-> squid proxy statistics. > > There is some meaningful statistics on this collectable via SNMP. > > You can also build statistics from access.log by filtering out the lines > having a server in the hierarchy field. > > > Any pointers in the right direction would be great. I would rather not > > have to resort to using tcpdump/ethereal to handle this problem. > > What kind of statistics are you looking for? > > Regards > Henrik >