From owner-freebsd-questions@FreeBSD.ORG Mon May 9 15:58:26 2005 Return-Path: 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 072AB16A4E8; Mon, 9 May 2005 15:58:26 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9235C43D91; Mon, 9 May 2005 15:58:23 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id ABDE461BA; Mon, 9 May 2005 11:55:53 -0400 (EDT) Received: from lnx307.ncep.noaa.gov (lnx307.ncep.noaa.gov [140.90.196.100]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 9 May 2005 11:55:53 -0400 Message-ID: <20050509115553.zl2x8lrc00skgoss@www.sweetdreamsracing.biz> Date: Mon, 9 May 2005 11:55:53 -0400 From: Kenneth Culver To: Greg 'groggy' Lehey References: <427E0DD0.4010806@gmail.com> <20050509144426.GD981@eucla.lemis.com> In-Reply-To: <20050509144426.GD981@eucla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: "M. Parsons" cc: freebsd-questions@freebsd.org Subject: Re: Is this a high interrupt rate for nics? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 15:58:26 -0000 Quoting Greg 'groggy' Lehey : > On Sunday, 8 May 2005 at 9:02:08 -0400, M. Parsons wrote: >> Freebsd-5.3 SMP Kernel. Polling enabled. >> >> bash-2.05b$ vmstat -i >> interrupt total rate >> irq5: ep0 2937064 1 >> irq11: ed0 298318862 165 >> irq10: de0 276544892 152 >> >> Are those normal for ed0 and de0? Compared to the ep0 nic of rate >> of 1 (although the ep0 nic is not used as much as the other two nics >> obviously). > > Depends on what you mean by "normal". You'll get one interrupt per > packet, and those rates are perfectly normal. If you're not > transferring anything, you shouldn't be getting any interrupts. > These are actually a bit low in my experience for full-speed 100 Mbit/sec traffic... I'll go up to the 2000-3000 range at full 100 Mbit speeds. Ken