From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 09:26:42 2004 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 52CE616A4FA for ; Fri, 4 Jun 2004 09:26:42 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8E743D1D for ; Fri, 4 Jun 2004 09:26:40 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i54GQYuZ069108; Fri, 4 Jun 2004 11:26:34 -0500 (CDT) (envelope-from dan) Date: Fri, 4 Jun 2004 11:26:34 -0500 From: Dan Nelson To: Kris Kennaway Message-ID: <20040604162634.GI80605@dan.emsphone.com> References: <6.1.1.1.2.20040604100449.0219bcd8@localhost> <20040604153533.GA50872@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040604153533.GA50872@xor.obsecurity.org> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org cc: "J.D. Bronson" Subject: Re: interleaved swap? (5.2.1) 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: Fri, 04 Jun 2004 16:26:42 -0000 In the last episode (Jun 04), Kris Kennaway said: > On Fri, Jun 04, 2004 at 10:10:19AM -0500, J.D. Bronson wrote: > > [shadow] 8:11:34am /var/log> swapinfo > > > > Device 1K-blocks Used Avail Capacity > > /dev/da0s1b 1048576 0 1048576 0% > > > > I noticed on some FreeBSD machines I see an entry like this: > > > > Type > > Interleaved > > > > How come its missing? > > What are you going to interleave your one swap device with? Actually there used to be a "Type" column in 4.x and earlier, which would read "Interleaved" or "Sequential". The current code always round-robins across all swap devices, so it's meaningless now. -- Dan Nelson dnelson@allantgroup.com