[squid-users] Slow Squid

From: Dimitri Melnikowitsch <dimitrim@dont-contact.us>
Date: Thu, 26 Jul 2001 22:28:01 +0000

hi,
my squid-proxy worked for the first time very well,
but now it is extremly slow(~0,1k/sec). I had deleted the cache directory
and
also reinstaled squid but without success. Could it be that squid is not the
reason ?
But on another machines(the same wire), which are direcly conected to the
i-net
it woks much better(faster). I have an 2Mbit connection to the i-net.
When i tried ../squid/bin/client http://www.something.de i get "Alarm Clock"
i think this is time out
ping http://www.something.de works fine.

Have you any ideas?
thanks a lot

Dimitri M.

The following lines are from my squid.conf

http_port 3128

icp_port 3130

cache_mem 15 MB

cache_swap_low 90
cache_swap_high 95

maximum_object_size 4096 KB

ipcache_size 1024
ipcache_low 90
ipcache_high 95
..
fqdncache_size 1024

cache_dir ufs /squid/cache 100 16 128

cache_access_log /var/squid/logs/access.log
cache_log /var/squid/logs/cache.log
cache_store_log /var/squid/logs/store.log

emulate_httpd_log off

pid_filename /var/run/squid.pid

debug_options ALL,1

log_fqdn off

client_netmask 255.255.255.0

ftp_list_width 32

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

reference_age 1 week

quick_abort_pct 80

negative_ttl 5 minutes

positive_dns_ttl 2 hours

negative_dns_ttl 5 minutes

range_offset_limit 0 KB

connect_timeout 120 seconds

peer_connect_timeout 3 seconds

siteselect_timeout 4 seconds

read_timeout 15 minutes

request_timeout 5 minutes

client_lifetime 1 day

half_closed_clients off

pconn_timeout 120 seconds

acl localclients src 10.10.10.0/24
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager !localclients
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow localclients
http_access deny all

icp_access allow all

miss_access allow all

ident_lookup_access deny all

memory_pools off

delay_pools 1

delay_class 1 1

delay_access 1 allow localclients

delay_parameters 1 16000/16000
Received on Thu Jul 26 2001 - 14:20:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:19 MST