Re: [squid-users] latency issues squid2.7 WCCP

2008-09-26 Thread Adrian Chadd
uhm, running without cache would mean don't use any disk storage I'd suggest trying to run squid with no aufs cache_dir lines, just the NULL line (cache_dir null /). This rules out the disk storage as a potential candidate for failure. Adrian 2008/9/25 Ryan Goddard [EMAIL PROTECTED]: Thanks

Re: [squid-users] latency issues squid2.7 WCCP

2008-09-25 Thread Adrian Chadd
Firstly, you should use the internal DNS code instead of the external DNS helpers. Secondly, I'd do a little debugging to see if its network related - make sure you've disabled PMTU for example, as WCCP doesn't redirect the ICMP needed. Other things like Window scaling negotiation and such may

Re: [squid-users] latency issues squid2.7 WCCP

2008-09-25 Thread Ryan Goddard
Thanks for the response, Adrian. Is recompile required to change to internal DNS? I've disabled ECN, pmtu_disc and mtu_probing. cache_dir is as follows: (recommended by Henrik) cache_dir aufs /squid0 125000 128 256 cache_dir aufs /squid1 125000 128 256 cache_dir aufs /squid2 125000 128 256

Re: [squid-users] latency issues squid2.7 WCCP

2008-09-25 Thread Amos Jeffries
Ryan Goddard wrote: Thanks for the response, Adrian. Is recompile required to change to internal DNS? Yes. For now it is. Remove the configure option '--disable-internal-dns' from your build process. I've disabled ECN, pmtu_disc and mtu_probing. cache_dir is as follows: (recommended by

Re: [squid-users] Latency

2003-02-08 Thread Henrik Nordstrom
: [EMAIL PROTECTED] Subject: Re: [squid-users] Latency SSCR Internet Admin wrote: I just wanted to know if having a big list banned site on = /etc/squid/banned_site will actually contribute to internet sluggish = or network latency. I have a top result with How big? And using what

Re: [squid-users] Latency

2003-02-07 Thread Henrik Nordstrom
SSCR Internet Admin wrote: I just wanted to know if having a big list banned site on = /etc/squid/banned_site will actually contribute to internet sluggish = or network latency. I have a top result with How big? And using what kind of acl type? A very big regex list will be noticeable in

Re: [squid-users] Latency

2003-02-07 Thread Robert Collins
On Sun, 2003-02-09 at 03:22, SSCR Internet Admin wrote: I just wanted to know if having a big list banned site on = /etc/squid/banned_site will actually contribute to internet sluggish = or network latency. I have a top result with PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM

RE: [squid-users] Latency

2003-02-07 Thread SSCR Internet Admin
: Re: [squid-users] Latency SSCR Internet Admin wrote: I just wanted to know if having a big list banned site on = /etc/squid/banned_site will actually contribute to internet sluggish = or network latency. I have a top result with How big? And using what kind of acl type? A very big regex

RE: [squid-users] Latency

2003-02-07 Thread Robert Collins
On Sun, 2003-02-09 at 04:44, SSCR Internet Admin wrote: My squid.conf has cache_dir ufs /var/spool/squid 3000 7 256 Part of your problem will be this. You should change to diskd or aufs for the cache dir type. Also you should use dstdomain, not dstdomain_regex if possible. Cheers, Rob --

Re: [squid-users] Latency

2003-02-07 Thread Jason M. Kusar
As a suggesstion, I would say that if you want to have a large list of banned sites, you really should use squidguard (http://www.squidguard.org). It's far faster and uses squid's built in redirector interface. Cheers, --Jason - Original Message - From: SSCR Internet Admin [EMAIL