From owner-freebsd-bugs Sat Jun 15 10:40: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 560C237B405 for ; Sat, 15 Jun 2002 10:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5FHe4g37749; Sat, 15 Jun 2002 10:40:04 -0700 (PDT) (envelope-from gnats) Date: Sat, 15 Jun 2002 10:40:04 -0700 (PDT) Message-Id: <200206151740.g5FHe4g37749@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: bin/39339: pstat/swapinfo(8) is buggy Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39339; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/39339: pstat/swapinfo(8) is buggy Date: Sun, 16 Jun 2002 02:37:10 +0900 andyf> Notice that /dev/da2s1b is not shown. This is the buggy bit. This is by design; kernel option "NSWAPDEV" should be set to increase the number of swap devices. See src/sys/i386/conf/LINT, and discover what this option means, and why this value is not so large by default (in src/sys/vm/vm_swap.c). -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message