From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 18:13:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21FC416A41F for ; Wed, 29 Mar 2006 18:13:14 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAD643D77 for ; Wed, 29 Mar 2006 18:13:07 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 41D005D8E; Wed, 29 Mar 2006 13:13:07 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22926-06; Wed, 29 Mar 2006 13:13:06 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-194-11.ny325.east.verizon.net [68.160.194.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1C1DC5C3C; Wed, 29 Mar 2006 13:13:06 -0500 (EST) Message-ID: <442ACE35.1010009@mac.com> Date: Wed, 29 Mar 2006 13:13:09 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Rodrigo G. Tavares de Souza" References: <442ACB13.8010309@sensorsistemas.com.br> In-Reply-To: <442ACB13.8010309@sensorsistemas.com.br> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Squid and CPU usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 18:13:14 -0000 Rodrigo G. Tavares de Souza wrote: > I'd like to know if is it common Squid works with 100% of the CPU. > I'm using a Pentium III 900, running Squid + Apache + IPFW. No, it's not common. I've had a squid process running for about 4 months (Nov 05) that's accumulated about 50 minutes of CPU, handling perhaps 50K hits a day. I need to update it sooner or later, though. > It's happening always when I get a problem with the DSL, when it get > slow. > Is it normal, or could I do some configuration to fix that? Having the network connection go down shouldn't freak it out. You should perhaps update to the latest version in ports and restart squid, and see whether it behaves. -- -Chuck