From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 13:11:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A0A16A4CE for ; Thu, 29 Jan 2004 13:11:49 -0800 (PST) Received: from fielden.com.au (www.fielden.com.au [203.34.58.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 90FA943D5D for ; Thu, 29 Jan 2004 13:11:39 -0800 (PST) (envelope-from david@fielden.com.au) Received: (qmail 2911 invoked from network); 29 Jan 2004 21:11:27 -0000 Received: from unknown (HELO fielden.com.au) (192.168.1.84) by persephone.fielden.com.au with SMTP; 29 Jan 2004 21:11:27 -0000 Message-ID: <401976FE.3040007@fielden.com.au> Date: Fri, 30 Jan 2004 08:11:26 +1100 From: Rowdy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <401823B2.7050400@fielden.com.au> <20040128211153.GA40209@wopr.caltech.edu> <401828E8.5090907@fielden.com.au> <20040128135843.7d453814.cpressey@catseye.mine.nu> In-Reply-To: <20040128135843.7d453814.cpressey@catseye.mine.nu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: showing total/free memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 21:11:49 -0000 Chris Pressey wrote: > Well, I'm not sure if it works on 5.x, but you could try > > /usr/ports/sysutils/muse > > Should be easier to parse than the other options. > > -Chris Works fine under 5.1 - thanx Chris. However the output is a little confusing, /var/run/dmesg.boot shows this: real memory = 134217728 (128 MB) however muse shows this: Active: 42393600 Bytes Inactive: 2424832 Bytes Wired: 37715968 Bytes Reserved: 499712 Bytes Cache: 0 Bytes Buffer: 23166976 Bytes Total: 127639552 Bytes Free: 43548672 Bytes where the total works out to 121.7M. What might be the reason for this discrepancy? Dave