From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 16:27:28 2003 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 502AF16A4B3 for ; Thu, 2 Oct 2003 16:27:28 -0700 (PDT) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEB443FAF for ; Thu, 2 Oct 2003 16:27:26 -0700 (PDT) (envelope-from all@biosys.net) Received: from megalomaniac.biosys.net (ool-43529b51.dyn.optonline.net [67.82.155.81]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HM500B8QL5KJ0@mta3.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Thu, 02 Oct 2003 19:27:25 -0400 (EDT) Date: Thu, 02 Oct 2003 19:29:22 -0400 From: Allen Landsidel X-Sender: bsdasym@pop.hotpop.com (Unverified) To: freebsd-questions@freebsd.org Message-id: <5.2.1.1.0.20031002192449.00a95a40@pop.hotpop.com> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Subject: Question about IRQs and SMP 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: Thu, 02 Oct 2003 23:27:28 -0000 Not as complicated a question as one might thing, but I still haven't found a way.. so, is there some way I can get tools like systat (systat -vmstat 1) or vmstat (vmstat -i) that show irq rates to display the "proper" IRQs on SMP boxes? I have several SMP boxes right now, and despite all my manpage digging and googling, I can't figure out a way to demux the mux'd IRQ for display purposes; It's quite useless to know that "mux irq2" is handling 1k+ interrupts/sec when there are several devices actually using that irq.. Sample output: interrupt total rate mux irq2 51255486 416 fdc0 irq6 3 0 clk irq0 12300164 99 rtc irq8 15743621 127 Total 79299274 644 NIC, scsi controller, etc are all contained within the mux I believe, along with most everything else on this box from the looks of it.