Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754004AbdCHTzG (ORCPT ); Wed, 8 Mar 2017 14:55:06 -0500 Received: from mx2.suse.de ([195.135.220.15]:60693 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600AbdCHTzB (ORCPT ); Wed, 8 Mar 2017 14:55:01 -0500 Subject: Re: [PATCH v3 0/8] try to reduce fragmenting fallbacks To: Johannes Weiner References: <20170307131545.28577-1-vbabka@suse.cz> <20170308164631.GA12130@cmpxchg.org> Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Mel Gorman , Joonsoo Kim , David Rientjes , kernel-team@fb.com From: Vlastimil Babka Message-ID: Date: Wed, 8 Mar 2017 20:17:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170308164631.GA12130@cmpxchg.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 317 Lines: 9 On 8.3.2017 17:46, Johannes Weiner wrote: > Is there any other data you would like me to gather? If you can enable the extfrag tracepoint, it would be nice to have graphs of how unmovable allocations falling back to movable pageblocks, etc. Possibly also /proc/pagetypeinfo for numbers of pageblock types. Thanks!