From owner-freebsd-questions Sun Aug 10 14:57:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA17883 for questions-outgoing; Sun, 10 Aug 1997 14:57:26 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA17875 for ; Sun, 10 Aug 1997 14:57:23 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id QAA29178; Sun, 10 Aug 1997 16:57:17 -0500 (EST) From: "John S. Dyson" Message-Id: <199708102157.QAA29178@dyson.iquest.net> Subject: Re: free memory In-Reply-To: from Paul Dekkers at "Aug 10, 97 05:31:19 pm" To: psd@worldaccess.nl (Paul Dekkers) Date: Sun, 10 Aug 1997 16:57:17 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi > > Which command can I use to see how many free memory I have? (like 'free' > in linux... :-)) > Free memory in FreeBSD is a difficult thing to quantify. If you do a vmstat -s, the amount of "free" memory is kind of the size of the VM cache + size of Free memory. John