From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 14:06:21 2011 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 ED1BC1065677 for ; Thu, 3 Nov 2011 14:06:20 +0000 (UTC) (envelope-from jonschipp@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 830C38FC20 for ; Thu, 3 Nov 2011 14:06:20 +0000 (UTC) Received: by faar19 with SMTP id r19so2332826faa.13 for ; Thu, 03 Nov 2011 07:06:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9yo3WDaLBN4Q+Qs1SKQ5yUrz80UMvNDxsP365DgIbl8=; b=lfPaor/FI28prME+uY7voxuoucWoB+52L8CCtkxeZiHG9mCfDHXA49UmAS3h4km871 i4MOyc4b4kyBt0h6kccEoBKZTTakxckA2crVauNi01diuuGtqhjQjD+vnHRpaEQWv395 x2oAfiQsIHeNJFAmxZtgwybeiI6nywR0Ia3QA= MIME-Version: 1.0 Received: by 10.223.88.150 with SMTP id a22mr13000301fam.1.1320329179354; Thu, 03 Nov 2011 07:06:19 -0700 (PDT) Received: by 10.152.24.74 with HTTP; Thu, 3 Nov 2011 07:06:19 -0700 (PDT) In-Reply-To: <4EB2965F.1030809@gmail.com> References: <4EB2965F.1030809@gmail.com> Date: Thu, 3 Nov 2011 10:06:19 -0400 Message-ID: From: Jon Schipp To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Check Memory Usage, program like 'free' in Linux 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: Thu, 03 Nov 2011 14:06:21 -0000 On Thu, Nov 3, 2011 at 9:25 AM, Rares Aioanei wrote: > On 11/03/2011 03:18 PM, Jon Schipp wrote: > >> Is there a program to check physical memory usage in FreeBSD(using 8.2 >> RELEASE)? >> In vain of 'free' in Linux. >> >> I know you can check the values with sysctl, I was just checking if anyone >> has a "cleaner" option. >> I was always curious. >> >> Thanks >> Jon >> ______________________________**_________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions >> To unsubscribe, send any mail to "freebsd-questions-** >> unsubscribe@freebsd.org " >> >> top? > Crap, I forgot mention that it needs to be non-interactive, it will be for e-mail alerts. So that rules out top as for as I know.