From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751903AbdEPJRf (ORCPT ); Tue, 16 May 2017 05:17:35 -0400 Received: from mx2.suse.de ([195.135.220.15]:54483 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751137AbdEPJRa (ORCPT ); Tue, 16 May 2017 05:17:30 -0400 Date: Tue, 16 May 2017 11:17:26 +0200 From: Michal Hocko To: Roman Gushchin Cc: Johannes Weiner , Vladimir Davydov , Tejun Heo , Li Zefan , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm, docs: update memory.stat description with workingset* entries Message-ID: <20170516091726.GE2481@dhcp22.suse.cz> References: <1494530293-31236-1-git-send-email-guro@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494530293-31236-1-git-send-email-guro@fb.com> 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 On Thu 11-05-17 20:18:13, Roman Gushchin wrote: > Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in > cache workingset transition") introduced three new entries in memory > stat file: > - workingset_refault, > - workingset_activate, > - workingset_nodereclaim. > > This commit adds a corresponding description to the cgroup v2 docs. > > Signed-off-by: Roman Gushchin > Cc: Johannes Weiner > Cc: Michal Hocko > Cc: Vladimir Davydov > Cc: Tejun Heo > Cc: Li Zefan > Cc: cgroups@vger.kernel.org > Cc: linux-doc@vger.kernel.org > Cc: linux-kernel@vger.kernel.org Missed this one. Sorry about that Acked-by: Michal Hocko > --- > Documentation/cgroup-v2.txt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt > index e50b95c..dc5e2dc 100644 > --- a/Documentation/cgroup-v2.txt > +++ b/Documentation/cgroup-v2.txt > @@ -918,6 +918,18 @@ PAGE_SIZE multiple when read back. > > Number of major page faults incurred > > + workingset_refault > + > + Number of refaults of previously evicted pages > + > + workingset_activate > + > + Number of refaulted pages that were immediately activated > + > + workingset_nodereclaim > + > + Number of times a shadow node has been reclaimed > + > memory.swap.current > > A read-only single value file which exists on non-root > -- > 2.7.4 -- Michal Hocko SUSE Labs