On Wed, 07 Aug 2013 17:56:55 +0200 Damien Millescamps <damien.millescamps at 6wind.com> wrote:
> On 08/07/2013 05:52 PM, Stephen Hemminger wrote: > > But can't find any documentation > > on numa_maps in detail. > You should try with man 5 numa_maps. > Thanks, knew it was there some where: N<node>=<nr_pages> The number of pages allocated on <node>. <nr_pages> includes only pages currently mapped by the process. Page migration and memory reclaim may have temporarily unmapped pages associated with this memory range. These pages may only show up again after the process has attempted to reference them. If the mem? ory range represents a shared memory area or file mapping, other processes may currently have additional pages mapped in a corre? sponding memory range.