Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 19:25:44 -0500
From:      David Kelly <dkelly@HiWAAY.net>
To:        FreeBSD-Questions@FreeBSD.org
Subject:   Re: How can I check for swap space? (4.8-Release)
Message-ID:  <200308071925.44550.dkelly@HiWAAY.net>
In-Reply-To: <Pine.LNX.4.44.0308071912530.2475-100000@localhost.localdomain>
References:  <Pine.LNX.4.44.0308071912530.2475-100000@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308071925.44550.dkelly>