From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbbJQCX2 (ORCPT ); Fri, 16 Oct 2015 22:23:28 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36830 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbbJQCX0 (ORCPT ); Fri, 16 Oct 2015 22:23:26 -0400 Date: Sat, 17 Oct 2015 11:22:08 +0900 From: Sergey Senozhatsky To: Andrew Morton Cc: Sergey Senozhatsky , linux-kernel@vger.kernel.org, Sergey Senozhatsky , linux-mm@kvack.org, Christoph Lameter Subject: Re: [RFC][PATCH 0/8] introduce slabinfo extended mode Message-ID: <20151017022208.GA1757@swordfish> References: <1444907673-8863-1-git-send-email-sergey.senozhatsky@gmail.com> <20151016153544.2d70713d6a0f2afd5744fa00@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151016153544.2d70713d6a0f2afd5744fa00@linux-foundation.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (10/16/15 15:35), Andrew Morton wrote: > On Thu, 15 Oct 2015 20:14:25 +0900 Sergey Senozhatsky wrote: > > > Add 'extended' slabinfo mode that provides additional information: > > -- totals summary > > -- slabs sorted by size > > -- slabs sorted by loss (waste) > > > > The patches also introduces several new slabinfo options to limit the > > number of slabs reported, sort slabs by loss (waste); and some fixes. > > hm, why the "RFC"? These patches look more mature than most of the > stuff I get ;) > Thank you, sir. I wasn't so sure about the gnuplot script, that's why I added RFC. > You should have cc'ed linux-mm on these patches: nobody will have > noticed them. I should have done that, my bad. `./scripts/get_maintainer.pl -f tools/vm/' confused me. > slabinfo is documented a bit in Documentation/vm/slub.txt. Please > review that file for accuracy and completeness. It should at least > draw readers' attention to the new tools/vm/slabinfo-gnuplot.sh. Will take a look. -ss