On Wed, 24 Mar 2004, galle wrote: > > ----- Original Message ----- > From: Henrik Nordstrom <[EMAIL PROTECTED]> > To: galle <[EMAIL PROTECTED]> > Cc: Henrik Nordstrom <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, March 23, 2004 9:12 PM > Subject: Re: [squid-users] delay pools and mrtg discrepancies v2 > > > > On Tue, 23 Mar 2004, galle wrote: > > > > > squid -k parse -> say nothing. everything OK > > > > > > my delay pool settings: > > > > > > delay_pools 1 > > > delay_class 1 1 > > > delay_parameters 1 68000/68000 > > > delay_access 1 allow all > > > > Looks good. This should give you approximately 68000 bytes/s (exacly > > 68000 on average). > > > > Have you used any strange configure options? There is some hack options > > (with hack in their name) which can have odd effects... > > > > Regards > > Henrik > > I have not use any strange options! > this is the output of a squid -v: > Squid Cache: Version 2.5.STABLE3 > configure > options: --prefix=/usr/local/squid --enable-auth=basic --enable-snmp --enab > le-delay-pools > > should i use: > delay_parameters 1 68000/1 > to strictly force the 68000 bytes/s ?
No. this will result in some very odd rates... (this makes a bucket which can only holds 1 byte/s..) Regards Henrik
