From owner-freebsd-performance@FreeBSD.ORG Tue Apr 15 06:57:57 2003 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2631237B401 for ; Tue, 15 Apr 2003 06:57:57 -0700 (PDT) Received: from relay2.mecon.ar (relay2.mecon.ar [168.101.16.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6111E43F93 for ; Tue, 15 Apr 2003 06:57:55 -0700 (PDT) (envelope-from fernando@mecon.gov.ar) Received: from racing.mecon.ar (racing.mecon.ar [168.101.133.15]) by relay2.mecon.ar (8.12.6/8.12.6) with ESMTP id h3FDvoMp073181; Tue, 15 Apr 2003 10:57:50 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from racing.mecon.ar (meyosp.mecon.gov.ar [10.11.0.149]) by racing.mecon.ar (8.12.6/8.12.6) with ESMTP id h3FDviba025266; Tue, 15 Apr 2003 10:57:44 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from bal740r0.mecon.gov.ar (bal740r0.mecon.ar [10.11.1.11]) by racing.mecon.ar (8.12.6/8.12.6) with ESMTP id h3FDvhk1025255; Tue, 15 Apr 2003 10:57:43 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: from bal740r0.mecon.gov.ar (localhost [127.0.0.1]) by bal740r0.mecon.gov.ar (8.12.6/8.12.6) with ESMTP id h3FDvhVk000665; Tue, 15 Apr 2003 10:57:43 -0300 (ART) (envelope-from fernando@mecon.gov.ar) Received: (from fpscha@localhost) by bal740r0.mecon.gov.ar (8.12.6/8.12.6/Submit) id h3FDvg3m000664; Tue, 15 Apr 2003 10:57:42 -0300 (ART) (envelope-from fernando@mecon.gov.ar) X-Authentication-Warning: bal740r0.mecon.gov.ar: fpscha set sender to fernando@mecon.gov.ar using -f Date: Tue, 15 Apr 2003 10:57:42 -0300 From: Fernando Schapachnik To: Eric Anderson Message-ID: <20030415135742.GE318@bal740r0.mecon.gov.ar> References: <20030415123847.GC318@bal740r0.mecon.gov.ar> <3E9C035B.3000301@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3E9C035B.3000301@centtech.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.7 - http://www.freebsd.org cc: freebsd-performance@freebsd.org Subject: Re: No buffer space available X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 13:57:57 -0000 En un mensaje anterior, Eric Anderson escribió: > Can you do a netstat -s and send that? Also, have you done any sysctl > tweaks? Like maxsoconn? That was it! I looked at netstat -a but grepped it to get only squid ports. Looking at the full netstat -a revelead that for some yet unknown reason my external autentication process is leaving thousands of TIME_WAIT sockets against the authentication DB. Why this happens is something I have to figure out, but certainly doesn't have to do with -performance anymore :) Thanks for the help and sorry about the finally uninteresting issue! Regards. Fernando.