From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with ESMTP id 2A24B8D003B for ; Fri, 20 May 2011 16:21:38 -0400 (EDT) Date: Fri, 20 May 2011 13:20:51 -0700 From: Andrew Morton Subject: Re: [PATCH V4 3/3] memcg: add memory.numastat api for numa statistics Message-Id: <20110520132051.28c1bc15.akpm@linux-foundation.org> In-Reply-To: <1305861891-26140-3-git-send-email-yinghan@google.com> References: <1305861891-26140-1-git-send-email-yinghan@google.com> <1305861891-26140-3-git-send-email-yinghan@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Ying Han Cc: KOSAKI Motohiro , Minchan Kim , Daisuke Nishimura , Balbir Singh , Tejun Heo , Pavel Emelyanov , KAMEZAWA Hiroyuki , Li Zefan , Mel Gorman , Christoph Lameter , Johannes Weiner , Rik van Riel , Hugh Dickins , Michal Hocko , Dave Hansen , Zhu Yanhai , linux-mm@kvack.org On Thu, 19 May 2011 20:24:51 -0700 Ying Han wrote: > The new API exports numa_maps per-memcg basis. This is a piece of useful > information where it exports per-memcg page distribution across real numa > nodes. > > One of the usecase is evaluating application performance by combining this > information w/ the cpu allocation to the application. > > The output of the memory.numastat tries to follow w/ simiar format of numa_maps > like: > > total= N0= N1= ... > file= N0= N1= ... > anon= N0= N1= ... > unevictable= N0= N1= ... > > And we have per-node: > total = file + anon + unevictable > > $ cat /dev/cgroup/memory/memory.numa_stat > total=250020 N0=87620 N1=52367 N2=45298 N3=64735 > file=225232 N0=83402 N1=46160 N2=40522 N3=55148 > anon=21053 N0=3424 N1=6207 N2=4776 N3=6646 > unevictable=3735 N0=794 N1=0 N2=0 N3=2941 Does it make sense to add all this code for non-NUMA kernels? The patch adds a kilobyte of pretty useless text to uniprocessor kernels. -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org