From owner-freebsd-stable@FreeBSD.ORG Tue Jan 24 23:19:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026BD16A41F for ; Tue, 24 Jan 2006 23:19:44 +0000 (GMT) (envelope-from bsd@unixforge.net) Received: from mail.sectornotfound.com (mail.sectornotfound.com [209.139.233.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A615843D49 for ; Tue, 24 Jan 2006 23:19:43 +0000 (GMT) (envelope-from bsd@unixforge.net) Received: from hannibal.int.sectornotfound.com (hannibal.int.sectornotfound.com [192.168.98.3]) by murdock.sectornotfound.com (8.13.1/8.13.1) with ESMTP id k0ONJgwA037634; Tue, 24 Jan 2006 15:19:43 -0800 (PST) (envelope-from bsd@unixforge.net) Received: from [192.168.3.212] (gw.activestate.com [209.17.183.249]) (authenticated bits=0) by hannibal.int.sectornotfound.com (8.13.1/8.12.10) with ESMTP id k0ONJgck023692; Tue, 24 Jan 2006 15:19:42 -0800 (PST) (envelope-from bsd@unixforge.net) Message-ID: <43D6B609.3040208@unixforge.net> Date: Tue, 24 Jan 2006 15:19:37 -0800 From: "Eli K. Breen" User-Agent: Mozilla Thunderbird 1.0 (X11/20050101) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Guy Helmer References: <43D6A930.8070507@unixforge.net> <43D6AE17.3060108@palisadesys.com> In-Reply-To: <43D6AE17.3060108@palisadesys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: High interrupt on Dell PowerEdge 2400 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 23:19:44 -0000 Ok, I lied. disabling ACPI didn't fix the problem at all. However it doesn't look like this problem manifests itself until a minute or so after boot-up (hence my confusion). Any ideas? mistert# vmstat -i interrupt total rate irq1: atkbd0 2 0 irq6: fdc0 10 0 irq13: npx0 1 0 irq14: ata0 154 0 irq16: fxp0 2870 1 irq22: mlx0 4375 1 irq30: ahc0 109 0 cpu0: timer 5013679 1999 Total 5021200 2002 -E- Guy Helmer wrote: > Eli K. Breen wrote: > >> Does anyone have any explanation and resolution for the excessive >> interrupt%?: >> >> (System dmesg at the end of this message) >> ======================================================= >> ======================================================= >> >> This machine is a totally stock FreeBSD 6.0 box. I haven't done >> anything except install the OS and boot it. >> >> Ideas? > > What does "vmstat -i" report? > > Guy >