From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanislav Kholmanskikh Subject: Re: numastats updates Date: Tue, 08 Apr 2014 20:58:01 +0400 Message-ID: <53442A99.6030208@oracle.com> References: <533D3BC7.8010309@oracle.com> <20140407013932.GU22728@two.firstfloor.org> <5344288E.3090306@oracle.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5344288E.3090306@oracle.com> Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Christoph Lameter , Andi Kleen Cc: linux-numa@vger.kernel.org, ltp-list , vasily Isaenko On 04/08/2014 08:49 PM, Stanislav Kholmanskikh wrote: > > On a two-node system it prints: > 1: 294 > 2: 294 > 3: 295 > 4: 294 > 5: 294 > 6: 295 > 7: 294 > 8: 294 > 9: 293 > 10: 293 > 11: 294 > 12: 295 > 13: 296 > 14: 293 > 15: 295 > 16: 294 > 17: 295 > 18: 294 > 19: 294 > 20: 294 > > i.e. everything is ok. > > But on an eight-node system: > 1: 173 > 2: 0 > 3: 0 > 4: 173 > 5: 173 > 6: 0 > 7: 173 > 8: 173 > 9: 0 > 10: 0 > 11: 173 > 12: 0 > 13: 173 > 14: 0 > 15: 346 > 16: 0 > 17: 0 > 18: 89 > 19: 0 > 20: 173 > Forgot to mention. This eight-node system has 8k pages, two-node - 4k pages.