From owner-freebsd-questions@FreeBSD.ORG Sun May 8 13:02:07 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 5C8AD16A4E2 for ; Sun, 8 May 2005 13:02:07 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE6E43D82 for ; Sun, 8 May 2005 13:02:07 +0000 (GMT) (envelope-from mrparsons@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so1443982nzf for ; Sun, 08 May 2005 06:02:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=EvQDSHzWyvbW59wx3Gov7t5txSW9WU60aPKhjjL5DvwTwcy6vTg62blFSeG5yzY4NkYOXLpmZrUVPzL7oSVAyrTpPYhLOpwKDHyZsQkVQxvAlqxcxYzBJ+oxJTO906swQDy+OuVOtSLoaznB0FFbyxsz+TJqFQPE64+KjZBiGn4= Received: by 10.36.10.16 with SMTP id 16mr994873nzj; Sun, 08 May 2005 06:02:06 -0700 (PDT) Received: from ?192.168.0.2? ([70.49.27.179]) by mx.gmail.com with ESMTP id 34sm447203nza.2005.05.08.06.02.06; Sun, 08 May 2005 06:02:06 -0700 (PDT) Message-ID: <427E0DD0.4010806@gmail.com> Date: Sun, 08 May 2005 09:02:08 -0400 From: "M. Parsons" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 08 May 2005 13:02:07 -0000 Freebsd-5.3 SMP Kernel. Polling enabled. bash-2.05b$ vmstat -i interrupt total rate irq1: atkbd0 20 0 irq5: ep0 2937064 1 irq6: fdc0 10 0 irq8: rtc 231396610 128 irq14: ata0 1218635 0 irq15: ata1 173656 0 irq11: ed0 298318862 165 irq10: de0 276544892 152 irq0: clk 1807792593 1000 Total 2618382342 1448 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). Thanks. Mark