From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 18:06:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405B210656C1 for ; Wed, 18 Aug 2010 18:06:10 +0000 (UTC) (envelope-from alexmiroslav@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA4008FC12 for ; Wed, 18 Aug 2010 18:06:09 +0000 (UTC) Received: by eyx24 with SMTP id 24so252045eyx.13 for ; Wed, 18 Aug 2010 11:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=oxrDUkNKVl1trhNZmBgPvDElk6G5FGIyzSkOzX3wd/c=; b=GOdnU/ScH93iuA+Qts7RPYbCOr/JIOxlK8OeEYfRy3wQK+uf6h7Irtg+KQBVCf9ZiW xnn3AayWeqe2lkA9ot1VoacI3etKywHAGUp4UzXETs3Bsf+qForY40QF/lH2PGqJAwn8 o8JA7lWWX+eVd4lu7t/umKQf+6htsDy6Su/Z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Zoxnk1zkXlCH3PcTL9YROHTzI3Vp6uKdEHucS+brUeSwHOqM2BFmdkifq13yIsbhad 1FoFgILRFTHl065Hh0nHlY1bAIWLJ2VfnV21uDEcT8JQHeY05ZTKUXwIkQQroAG2+ek1 oxd8TXOyzFCQf6srckx8BPgfCj4zTXHqfqb/8= MIME-Version: 1.0 Received: by 10.213.4.16 with SMTP id 16mr663984ebp.17.1282154768583; Wed, 18 Aug 2010 11:06:08 -0700 (PDT) Received: by 10.213.108.198 with HTTP; Wed, 18 Aug 2010 11:06:08 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Aug 2010 14:06:08 -0400 Message-ID: From: Aleksandr Miroslav To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: BSD equivalent of Linux's free(1)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 18:06:10 -0000 on wed, aug 18, 2010 at 1:04 pm, chris maness wrote: > Would not the info displayed in the command "top" suffice? Yes, "top -n 1" does (sort of) display the info I need. The swap portion gives me the same info as Linux free, the memory portion is more cryptic, I guess due to differences in how FreeBSD allocates memory. Although a BSD free would probably be easier to remember, top -n 1 does the job.