From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48329AE0.2010505@cn.fujitsu.com> Date: Tue, 20 May 2008 17:33:20 +0800 From: Li Zefan MIME-Version: 1.0 Subject: Re: [RFC][PATCH 3/3] memcg: per node information References: <20080520180552.601da567.kamezawa.hiroyu@jp.fujitsu.com> <20080520180955.70aa5459.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20080520180955.70aa5459.kamezawa.hiroyu@jp.fujitsu.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: KAMEZAWA Hiroyuki Cc: LKML , "linux-mm@kvack.org" , "menage@google.com" , "balbir@linux.vnet.ibm.com" , "xemul@openvz.org" , "yamamoto@valinux.co.jp" List-ID: KAMEZAWA Hiroyuki wrote: > static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *mem, int node) > Index: mm-2.6.26-rc2-mm1/Documentation/controllers/memory_files.txt > =================================================================== > --- mm-2.6.26-rc2-mm1.orig/Documentation/controllers/memory_files.txt > +++ mm-2.6.26-rc2-mm1/Documentation/controllers/memory_files.txt > @@ -74,3 +74,13 @@ Files under memory resource controller a > (write) > Reset to 0. > > +* memory.numa_stat > + > + This file appears only when the kernel is configured as NUMA. > + > + (read) > + Show per-node accounting information of acitve/inactive pages. > + formated as following. formatted > + nodeid total active inactive 2 spaces? ^^ > + > + total = active + inactive. > > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org