Re: I need a tool to analyse squid's access.log

From: Nick Lewycky <nicholas@dont-contact.us>
Date: Mon, 17 Oct 2005 08:18:17 -0400

Leandro Scott R.Z. Jacques wrote:
> I'm needing some tool to analyse squid's access.log to
> check cache hits and cache misses and how many bytes
> had to be downloaded from the origin server due to the
> misses and how many bytes was returned from the cache
> by cache hits. Is there any tool that makes it?

I wrote something in Perl to count cache hits and misses, but not the
bytes. If you know perl it wouldn't be hard to add. Specifically,
$line[4] contains the number of bytes transferred.

Nick

Received on Mon Oct 17 2005 - 06:18:37 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:07 MST