From owner-freebsd-questions Sun Sep 15 04:50:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA16886 for questions-outgoing; Sun, 15 Sep 1996 04:50:20 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA16881 for ; Sun, 15 Sep 1996 04:50:16 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v2FiG-000QiyC; Sun, 15 Sep 96 13:50 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA00375; Sun, 15 Sep 1996 12:55:38 +0200 Message-Id: <199609151055.MAA00375@allegro.lemis.de> Subject: Re: Free Memory To: woowoo@mark.petra.ac.id (wOOwOO) Date: Sun, 15 Sep 1996 12:55:38 +0200 (MET DST) Cc: questions@FreeBSD.org In-Reply-To: from "wOOwOO" at Sep 14, 96 01:38:03 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk wOOwOO writes: > > What is similiar commands 'free' (linux) in FreeBSD ? > to see memory usage ... I don't know 'free', but if you're interested in virtual memory statistics, take a look at vmstat. Greg