Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752073AbdIRFvE (ORCPT ); Mon, 18 Sep 2017 01:51:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:44260 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751734AbdIRFuO (ORCPT ); Mon, 18 Sep 2017 01:50:14 -0400 Date: Mon, 18 Sep 2017 07:50:06 +0200 From: Michal Hocko To: kemi Cc: Dave Hansen , "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 Subject: Re: [PATCH 1/3] mm, sysctl: make VM stats configurable Message-ID: <20170918055006.zuegpj6wjzwq6ijb@dhcp22.suse.cz> 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> <20170915142823.jlhsba6rdhx5glfe@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2452 Lines: 60 On Mon 18-09-17 10:44:52, kemi wrote: > > > On 2017年09月15日 22:28, Michal Hocko wrote: > > On Fri 15-09-17 07:16:23, Dave Hansen wrote: > >> 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. > > > > Just to make it clear, I am not really opposing. It just adds some code > > which we can safe... It is also rather chatty for something that can be > > true/false. > > > > It has benefit, as Dave mentioned above. > Actually, it adds some coding complexity to provide a tuning interface with > on/off/auto mode. Using human-readable string instead of magic number makes > it easier to use, people probably don't need to review the ABI doc again > before using it. So, I don't think that should be a problem Is this a thing that would be changed very often. I suspect that once needed it will be set in a startup sysctl configuration and there will be no further need to touch it again. > >>> 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. > > > > This is how I use them as well. > > > >> 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. > > > > yes > > > > If it really matters, setting vmstat_mode=strict as a default option is a simple > way to fix it. What's your idea? thanks Well, we are usually very conservative when changing the default behavior. The primary reason why I was asking is that the auto mode doesn't make much sense unless it is the default. I fully realize that such an hypothetical breakage is really hard to envision but considering it is more code to allow auto mode than a simple on/off (we have parsing helpers for that AFAIR) then I would rather go with the simpler option. This is up to you of course. -- Michal Hocko SUSE Labs