From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x236.google.com (mail-ee0-x236.google.com [IPv6:2a00:1450:4013:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2A6D914008E for ; Tue, 25 Mar 2014 19:11:15 +1100 (EST) Received: by mail-ee0-f54.google.com with SMTP id d49so113085eek.13 for ; Tue, 25 Mar 2014 01:11:10 -0700 (PDT) Sender: Ingo Molnar Date: Tue, 25 Mar 2014 09:11:07 +0100 From: Ingo Molnar To: Madhavan Srinivasan Subject: Re: [PATCH 0/1] mm: FAULT_AROUND_ORDER patchset performance data for powerpc Message-ID: <20140325081107.GA28377@gmail.com> References: <1395730215-11604-1-git-send-email-maddy@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1395730215-11604-1-git-send-email-maddy@linux.vnet.ibm.com> Cc: linux-arch@vger.kernel.org, riel@redhat.com, rusty@rustcorp.com.au, peterz@infradead.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, ak@linux.intel.com, paulus@samba.org, mgorman@suse.de, Linus Torvalds , akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, kirill.shutemov@linux.intel.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Madhavan Srinivasan wrote: > Performance data for different FAULT_AROUND_ORDER values from 4 socket > Power7 system (128 Threads and 128GB memory) is below. Fault around order (FAO) > value of 3 looks more advantageous. > > FAULT_AROUND_ORDER Baseline 1 3 4 5 7 > > Linux build (make -j64) > minor-faults 7184385 5874015 4567289 4318518 4193815 4159193 > times in seconds 61.433776136 60.865935292 59.245368038 60.630675011 60.56587624 59.828271924 Hm, I have one general observation: it's hard to tell how (statistically) significant the time differences are, without standard deviation numbers. You can get stddev very easily via 'perf stat --null --repeat N'. You can use --pre