From owner-freebsd-stable@FreeBSD.ORG Tue Oct 3 19:00:40 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 D0F9516A5D7 for ; Tue, 3 Oct 2006 19:00:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF5B43D46 for ; Tue, 3 Oct 2006 19:00:40 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k93J0Wuc028028; Tue, 3 Oct 2006 15:00:32 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 3 Oct 2006 14:58:59 -0400 User-Agent: KMail/1.9.1 References: <451FE7F4.8020907@desk.pl> In-Reply-To: <451FE7F4.8020907@desk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610031459.00258.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 03 Oct 2006 15:00:32 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1989/Tue Oct 3 14:40:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Marcin Koziej Subject: Re: vmstat -i output after solving snd problems. 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, 03 Oct 2006 19:00:40 -0000 On Sunday 01 October 2006 12:08, Marcin Koziej wrote: > 2) vmstat -i now shows: > interrupt total rate > irq0: clk 6824889 968 > irq1: atkbd0 13103 1 > irq4: sio0 2 0 > irq7: ppc0 71 0 > irq8: rtc 890176 126 > irq9: nvidia0 cbb* 464262 65 > irq10: cbb0 uhci1* 3 0 > irq11: ndis0 re0+ 130633 18 > irq12: psm0 597273 84 > irq14: ata0 118892 16 > irq15: ata1 74 0 > Total 9039378 1283 > > Does it look normal? What do '*' and '+' after device names mean? > I couldn't find this information in man vmstat, google or even quich > grep through vmstat.c. What am I missing? > Is there something to be worried about this? Nothing to worry about. It means that there are more devices that couldn't be fit into the available space for the name. A + means there is one more device on this IRQ and there wasn't enough room for its name. A * means there are 2 or more devices on this IRQ and there wasn't enough room for their names. -- John Baldwin