From owner-freebsd-questions@FreeBSD.ORG Mon Jun 1 08:55:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 017F91065672 for ; Mon, 1 Jun 2009 08:55:49 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id AFE4E8FC17 for ; Mon, 1 Jun 2009 08:55:48 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from ironport.bredband.com (195.54.101.120) by proxy1.bredband.net (7.3.140.3) id 49F5A15200E44E06 for freebsd-questions@freebsd.org; Mon, 1 Jun 2009 10:55:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AioGALs0I0pV4jsLPGdsb2JhbACBT5Y+AQEBAbJshAwF X-IronPort-AV: E=Sophos;i="4.41,283,1241388000"; d="scan'208";a="530486975" Received: from c-0b3be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.11]) by ironport1.bredband.com with ESMTP; 01 Jun 2009 10:55:46 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id n518Mfq9008230 for ; Mon, 1 Jun 2009 10:22:42 +0200 (CEST) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4A238FD1.1010708@pp.dyndns.biz> Date: Mon, 01 Jun 2009 10:22:41 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.21 (X11/20090430) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: vmstat questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 08:55:49 -0000 Hi. This is my "vmstat -i" from my newly installed 7.2-RELEASE-amd64: # vmstat -i interrupt total rate irq4: sio0 1105 0 irq17: em1 uhci1+ 10921807 182 irq19: uhci3++ 8196905 136 cpu0: timer 117164643 1956 irq256: em0 7346687 122 irq257: re0 166625 2 cpu1: timer 117164471 1956 Total 260962243 4358 For a long time I've tried to find out what the + and ++ means. Can anyone shed some light on that? Also, where did my atapcis on irq19 go? I'm pretty sure I had them listed there in 7.0-RELEASE. dmesg snip: uhci3: port 0xd480-0xd49f irq 19 at device 29.1 on pci0 atapci2: port 0xe880-0xe887,0xe800-0xe803,0xe480-0xe487,0xe400-0xe403,0xe080-0xe08f,0xe000-0xe00f irq 19 at device 31.2 on pci0 atapci3: port 0xd080-0xd087,0xd000-0xd003,0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc80f,0xc480-0xc48f irq 19 at device 31.5 on pci0 Regards Morgan