From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 2 14:54:17 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AD9C106566B for ; Fri, 2 Dec 2011 14:54:17 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CA48D8FC1A for ; Fri, 2 Dec 2011 14:54:16 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so1308730wgb.31 for ; Fri, 02 Dec 2011 06:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=BnN2UWr+EUtgdvJGbQGsv7qIdLuvEZmAjGRzGYJEqV8=; b=SVHdquNFor207XI97riUTeIO27HmALx9JgIX2Y1gKgzPYVYRDFPyChgSFNMFm3KKj7 QmbM/voHLy7bnwwK3ctS9Osu9yFoiLQA3udVmBJ36EnSzdoJ7nRne0q5pHkoUBj7DUo4 peKlTrEB5Fzvc932vSeGtfjXqelwz+/V/pE/Q= Received: by 10.227.58.17 with SMTP id e17mr1437468wbh.12.1322837655768; Fri, 02 Dec 2011 06:54:15 -0800 (PST) Received: from DataIX.net (ppp-21.173.dialinfree.com. [209.172.21.173]) by mx.google.com with ESMTPS id w8sm3301949wiz.4.2011.12.02.06.54.11 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Dec 2011 06:54:13 -0800 (PST) Sender: Jason Hellenthal Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id pB2Es6WH025753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Dec 2011 09:54:06 -0500 (EST) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id pB2Es1Tm025752; Fri, 2 Dec 2011 09:54:01 -0500 (EST) (envelope-from jhell@DataIX.net) Date: Fri, 2 Dec 2011 09:54:00 -0500 From: Jason Hellenthal To: Adrian Chadd Message-ID: <20111202145400.GA25736@DataIX.net> References: <547298A3C38F407887E1AAAAC487DF6D@multiplay.co.uk> <20111201065722.GA97051@DataIX.net> <1A338C6C470940B386C307641E350A3E@multiplay.co.uk> <4ED77650.6050409@my.gd> <20111202070055.GA98731@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-hackers@freebsd.org, Steven Hartland Subject: Re: Invalid memory stats from vmstat and sysctl vm.vmtotal? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 14:54:17 -0000 Yeah On Fri, Dec 02, 2011 at 03:19:53PM +0800, Adrian Chadd wrote: > .. where are these statistics coming from? top? > > > Adrian