From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 17:25:47 2003 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 0E3A137B401 for ; Thu, 7 Aug 2003 17:25:47 -0700 (PDT) Received: from smtp3.knology.net (smtp3.knology.net [24.214.63.13]) by mx1.FreeBSD.org (Postfix) with SMTP id F099B43FAF for ; Thu, 7 Aug 2003 17:25:45 -0700 (PDT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 3876 invoked from network); 8 Aug 2003 00:25:45 -0000 Received: from unknown (HELO user-24-214-34-52.knology.net) (24.214.34.52) by smtp3.knology.net with SMTP; 8 Aug 2003 00:25:45 -0000 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Date: Thu, 7 Aug 2003 19:25:44 -0500 User-Agent: KMail/1.5.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308071925.44550.dkelly@HiWAAY.net> Subject: Re: How can I check for swap space? (4.8-Release) 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, 08 Aug 2003 00:25:47 -0000 On Thursday 07 August 2003 06:16 pm, John Mills wrote: > 2. How can I check what I got? (No joy yet from 'fdisk' on that.) > > 3. How do I check current memory usage (sim. 'free' in Linux)? "swapinfo" will list your swap partition(s) and how much of each is used. % swapinfo Device 1K-blocks Used Avail Capacity Type /dev/ad4s3b 266240 76 266164 0% Interleaved /dev/ad4s3f 262144 72 262072 0% Interleaved Total 528384 148 528236 0% % I have 148 kBytes swapped out to roughly 512 MB of swap space. - David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.