Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Feb 2003 14:06:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Feb 2003 14:06:32 -0500 Received: from holomorphy.com ([66.224.33.161]:37029 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Fri, 21 Feb 2003 14:06:32 -0500 Date: Fri, 21 Feb 2003 11:15:38 -0800 From: William Lee Irwin III To: Rik van Riel , Andrew Morton , "Martin J. Bligh" , linux-kernel@vger.kernel.org, lse-tech@lists.sourceforge.net, dmccr@us.ibm.com Subject: Re: [Lse-tech] Re: Performance of partial object-based rmap Message-ID: <20030221191538.GD10401@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Rik van Riel , Andrew Morton , "Martin J. Bligh" , linux-kernel@vger.kernel.org, lse-tech@lists.sourceforge.net, dmccr@us.ibm.com References: <7490000.1045715152@[10.10.2.4]> <278890000.1045791857@flay> <20030220190819.531e119d.akpm@digeo.com> <20030220194759.15d5d932.akpm@digeo.com> <20030221100010.GB10401@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030221100010.GB10401@holomorphy.com> User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 916 Lines: 28 On Fri, Feb 21, 2003 at 02:00:10AM -0800, William Lee Irwin III wrote: > nr_page_table_pages 689 > which amounts to 2756KB RAM used for PTE's, demonstrating large Pagetables are also grossly fragmented. From the same sample: nr_reverse_maps 156027 To preempt the FAQ, this is the number of reverse mappings performed, where one is done for every instantiated non-swap PTE. $ echo $(( (689*1024)/156027.0 )) 4.5218840328917427 So the space flushed down the toilet there is also relatively large. Approximately 4.5 PTE's per pagetable page, or a utilization of: $ echo $(( (100*689)/156027.0 )) 0.44159023758708427 percent. -- wli - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/