From owner-svn-src-head@FreeBSD.ORG Fri Oct 8 01:58:41 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C57106564A; Fri, 8 Oct 2010 01:58:41 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh8.mail.rice.edu (mh8.mail.rice.edu [128.42.201.24]) by mx1.freebsd.org (Postfix) with ESMTP id 2801A8FC08; Fri, 8 Oct 2010 01:58:40 +0000 (UTC) Received: from mh8.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh8.mail.rice.edu (Postfix) with ESMTP id C25DB28F820; Thu, 7 Oct 2010 20:58:39 -0500 (CDT) X-Virus-Scanned: by amavis-2.6.4 at mh8.mail.rice.edu, auth channel Received: from mh8.mail.rice.edu ([127.0.0.1]) by mh8.mail.rice.edu (mh8.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id 2QX4VxIypR+N; Thu, 7 Oct 2010 20:58:39 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh8.mail.rice.edu (Postfix) with ESMTPSA id 32E8C28F805; Thu, 7 Oct 2010 20:58:39 -0500 (CDT) Message-ID: <4CAE7ACE.1020005@rice.edu> Date: Thu, 07 Oct 2010 20:58:38 -0500 From: Alan Cox User-Agent: Thunderbird 2.0.0.24 (X11/20100725) MIME-Version: 1.0 To: Andriy Gapon References: <201010071811.o97IBXOO048985@svn.freebsd.org> In-Reply-To: <201010071811.o97IBXOO048985@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213527 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 01:58:41 -0000 Andriy Gapon wrote: > Author: avg > Date: Thu Oct 7 18:11:33 2010 > New Revision: 213527 > URL: http://svn.freebsd.org/changeset/base/213527 > > Log: > vm.kmem_map_size: a sysctl to query current kmem_map->size > > Based on a patch from Sandvine Incorporated via emaste. > > You might, in fact, find kmem_map->root->max_free to be more useful. root->max_free is the size of the largest, contiguous range of unused virtual addresses in the map. Alan