Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751451AbdIOOQ0 (ORCPT ); Fri, 15 Sep 2017 10:16:26 -0400 Received: from mga01.intel.com ([192.55.52.88]:58322 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbdIOOQY (ORCPT ); Fri, 15 Sep 2017 10:16:24 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,397,1500966000"; d="scan'208";a="1172554728" Subject: Re: [PATCH 1/3] mm, sysctl: make VM stats configurable To: Michal Hocko , Kemi Wang References: <1505467406-9945-1-git-send-email-kemi.wang@intel.com> <1505467406-9945-2-git-send-email-kemi.wang@intel.com> <20170915114952.czb7nbsioqguxxk3@dhcp22.suse.cz> Cc: "Luis R . Rodriguez" , Kees Cook , Andrew Morton , Jonathan Corbet , Mel Gorman , Johannes Weiner , Christopher Lameter , Sebastian Andrzej Siewior , Vlastimil Babka , Hillf Danton , Tim Chen , Andi Kleen , Jesper Dangaard Brouer , Ying Huang , Aaron Lu , Proc sysctl , Linux MM , Linux Kernel From: Dave Hansen Message-ID: Date: Fri, 15 Sep 2017 07:16:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170915114952.czb7nbsioqguxxk3@dhcp22.suse.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 23 On 09/15/2017 04:49 AM, Michal Hocko wrote: > Why do we need an auto-mode? Is it safe to enforce by default. Do we *need* it? Not really. But, it does offer the best of both worlds: The vast majority of users see virtually no impact from the counters. The minority that do need them pay the cost *and* don't have to change their tooling at all. > Is it> possible that userspace can get confused to see 0 NUMA stats in the > first read while other allocation stats are non-zero? I doubt it. Those counters are pretty worthless by themselves. I have tooling that goes and reads them, but it aways displays deltas. Read stats, sleep one second, read again, print the difference. The only scenario I can see mattering is someone who is seeing a performance issue due to NUMA allocation misses (or whatever) and wants to go look *back* in the past. A single-time printk could also go a long way to keeping folks from getting confused.