Re: graphing statistics

From: Duane Wessels <wessels@dont-contact.us>
Date: Tue, 10 Feb 1998 11:13:02 -0700

Brian writes:

>Did anyone ever confirm whether or not this patch should be applied to the
>current squidstats package?
>
>Brian
>
>
>
>On Mon, 9 Feb 1998, Dax Kelson wrote:
>
>> I applied this patch:
>>
>> diff access-summary.pl.org access-summary.pl
>> 559c559
>> < $THC += $v if ($k eq 'TCP_HIT');
>> ---
>> > $THC += $v if ($k =~ /^TCP[\w]+HIT$/);
>> 567c567
>> < $THS += $v if ($k eq 'TCP_HIT');
>> ---
>> > $THS += $v if ($k =~ /^TCP[\w]+HIT$/);
>> 645c645
>> < $THC += $v if ($k eq 'TCP_HIT');
>> ---
>> > $THC += $v if ($k =~ /^TCP[\w]+HIT$/);
>>
>> Can anyone confirm that this is the "right thing" to do?

Its the right thing to do.

The versions at http://squid.nlanr.net/Squid/Scripts/
have this change already.

Duane W.
Received on Tue Feb 10 1998 - 10:17:06 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:50 MST