Hi!
I'm running squid as transparent proxy server for dial-up users.
Everything seems to be ok except CPU load. With 1.5 Mbit/s (35 requests
per second) traffic through proxy, squid consumes about 50-60% of cpu
(40-45% is system time). And with a load of 3-3.5 Mbit/s processor load
comes to 90%.
The server is single-processor Xeon 2.66 Mhz, 1Gb RAM, 36.6 Gb SCSI
disks on AIC7902 controllers. OS is Debian Linux 3.0, kernel 2.4.24.
Users are redirected to proxy by this command:
iptables -t nat -I PREROUTING -s NETWORK -i eth0 -p tcp --dport 80 \
-j REDIRECT --to-ports 3128
Any advices will be greatly appreciated!!
Timur.
Received on Wed Mar 03 2004 - 07:13:45 MST
This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:01 MST