From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 19 05:48:17 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A273116A4CE for ; Wed, 19 Nov 2003 05:48:17 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id A2D5C43F93 for ; Wed, 19 Nov 2003 05:48:16 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Nov 2003 13:48:16 +0000 (GMT) Date: Wed, 19 Nov 2003 13:48:14 +0000 From: David Malone To: des@des.no Message-ID: <20031119134814.GA5199@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: hackers@freebsd.org Subject: Re: interrupt statistics X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 13:48:17 -0000 On Wed, Nov 19, 2003 at 09:46:02AM +0100, des@des.no wrote: > ISTR there is a tool (other than systat -vmstat) that shows interrupt > statistics for all interrupts, but I can't find anything except the > hw.intrnames and hw.intrcnt sysctls, which aren't directly human- > readable. Does anyone have any idea of what my deficient memory won't > tell me? Could vmstat -i be what you are thinking of? David.