From owner-freebsd-net Tue Oct 15 15:20:12 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E992337B401 for ; Tue, 15 Oct 2002 15:20:10 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688F343E6E for ; Tue, 15 Oct 2002 15:20:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021015222009.PLAG24958.sccrmhc03.attbi.com@InterJet.elischer.org>; Tue, 15 Oct 2002 22:20:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA81728; Tue, 15 Oct 2002 15:18:03 -0700 (PDT) Date: Tue, 15 Oct 2002 15:18:02 -0700 (PDT) From: Julian Elischer To: Petri Helenius Cc: freebsd-net@freebsd.org Subject: Re: ENOBUFS In-Reply-To: <065901c27495$56a94c40$8c2a40c1@PHE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 16 Oct 2002, Petri Helenius wrote: > > My processes writing to SOCK_DGRAM sockets are getting ENOBUFS > while netstat -s counter under the heading of "ip" is incrementing: > 7565828 output packets dropped due to no bufs, etc. > but netstat -m shows: my guess is that the interface has no more room in it's output queue.. when you get the error, back off a bit.. > > netstat -m > 579/1440/131072 mbufs in use (current/peak/max): > 578 mbufs allocated to data > 1 mbufs allocated to packet headers > 576/970/32768 mbuf clusters in use (current/peak/max) > 2300 Kbytes allocated to network (2% of mb_map in use) > 0 requests for memory denied > 0 requests for memory delayed > 0 calls to protocol drain routines > > Where should I start looking? The interface is em > > Pete > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message