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
This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:07 MST