Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 13:01:06 -0400
From:      Charles Swiger <cswiger@mac.com>
To:        jesse@wingnet.net
Cc:        questions@freebsd.org
Subject:   Re: howto calculate free memory from top
Message-ID:  <33CC6198-E2E7-11D7-A4CA-003065ABFD92@mac.com>
In-Reply-To: <bjkheq$cg8$1@sea.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tuesday, September 9, 2003, at 08:35 AM, Jesse Guardiani wrote:
> How do I calculate the amount of free memory my system
> has at any given point in time?

What do you mean by "free memory"?

> My top usually looks like this:
>
> Mem: 72M Active, 668M Inact, 165M Wired, 29M Cache, 112M Buf, 70M Free
> Swap: 2048M Total, 5448K Used, 2043M Free
>
> I understand the "70M Free" part, but should I add "668M Inact" to
> that? Or is it more complicated?

It's more complicated.  The "inactive" memory refers to pages that have 
been used (but not recently), and thus are candidates for being 
replaced by more active pages, if the system has enough activity to 
want such pages for other tasks.

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33CC6198-E2E7-11D7-A4CA-003065ABFD92>