Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932529AbbHXIvb (ORCPT ); Mon, 24 Aug 2015 04:51:31 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:36153 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752475AbbHXIva (ORCPT ); Mon, 24 Aug 2015 04:51:30 -0400 Date: Mon, 24 Aug 2015 10:51:27 +0200 From: Michal Hocko To: =?iso-8859-1?Q?J=F6rn?= Engel Cc: Naoya Horiguchi , Andrew Morton , David Rientjes , Mike Kravetz , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Naoya Horiguchi Subject: Re: [PATCH v5 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status Message-ID: <20150824085127.GB17078@dhcp22.suse.cz> References: <20150812000336.GB32192@hori1.linux.bs1.fc.nec.co.jp> <1440059182-19798-1-git-send-email-n-horiguchi@ah.jp.nec.com> <1440059182-19798-3-git-send-email-n-horiguchi@ah.jp.nec.com> <20150820110004.GB4632@dhcp22.suse.cz> <20150820233450.GB10807@hori1.linux.bs1.fc.nec.co.jp> <20150821065321.GD23723@dhcp22.suse.cz> <20150821163033.GA4600@Sligo.logfs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150821163033.GA4600@Sligo.logfs.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1756 Lines: 41 On Fri 21-08-15 09:30:33, J?rn Engel wrote: > On Fri, Aug 21, 2015 at 08:53:21AM +0200, Michal Hocko wrote: > > On Thu 20-08-15 23:34:51, Naoya Horiguchi wrote: > > [...] > > > > Reading a single file is, of course, easier but is it really worth the > > > > additional code? I haven't really looked at the patch so I might be > > > > missing something but what would be an advantage over reading > > > > /proc//smaps and extracting the information from there? > > > > > > My first idea was just "users should feel it useful", but permission as David > > > commented sounds a good technical reason to me. > > > > 9 files changed, 112 insertions(+), 1 deletion(-) > > > > is quite a lot especially when it touches hot paths like fork so it > > better should have a good usecase. I have already asked in the other > > email but is actually anybody requesting this? Nice to have is not > > a good justification IMO. > > I need some way to judge the real rss of a process, including huge > pages. No strong opinion on implementation details, but something is > clearly needed. The current implementation makes me worry. Is the per hstate break down really needed? The implementation would be much more easier without it. > If you have processes with 99% huge pages, you are currently reduced to > guesswork. If you have 99% of hugetlb pages then your load is rather specific and I would argue that /proc//smaps (after patch 1) is a much better way to get what you want. -- Michal Hocko SUSE Labs -- 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/