From owner-freebsd-stable@FreeBSD.ORG Mon May 28 10:07:54 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3D2216A4E9 for ; Mon, 28 May 2007 10:07:54 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 35E3913C457 for ; Mon, 28 May 2007 10:07:53 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4SA7quw001845 for ; Mon, 28 May 2007 20:07:52 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4SA7qtm001844 for stable@freebsd.org; Mon, 28 May 2007 20:07:52 +1000 (EST) (envelope-from peter) Date: Mon, 28 May 2007 20:07:52 +1000 From: Peter Jeremy To: stable@freebsd.org Message-ID: <20070528100752.GA1750@turion.vk2pj.dyndns.org> References: <20070528092905.GB1551@roadrunner.q.local> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <20070528092905.GB1551@roadrunner.q.local> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: Change in memory tracking in recent 6-STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 10:07:54 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-28 11:29:05 +0200, Ulrich Spoerlein wrot= e: >I'm using symon to monitor memory usage among several FreeBSD machines. >After updating to a recent 6-STABLE, the amount of memory no longer adds >up to the total physical memory. The "inactive" counter is way too >small. As well as "active", "inactive" and "free", there is "cache", "wired" and "buffers". Check the following sysctls: vfs.bufspace (bytes) vm.stats.vm.v_active_count (pages) vm.stats.vm.v_inactive_count (pages) vm.stats.vm.v_wire_count (pages) vm.stats.vm.v_cache_count (pages) vm.stats.vm.v_free_count (pages) --=20 Peter Jeremy --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGWqn4/opHv/APuIcRAgZcAJ9+C4X7n9goeAdWYItmS5kJ77zhQQCdEW7c DRw2IeILuDTetmQeQ6pIKcI= =Y8CA -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--