From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
linux-kernel@vger.kernel.org,
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
linux-mm@kvack.org, Christoph Lameter <cl@linux.com>
Subject: Re: [RFC][PATCH 0/8] introduce slabinfo extended mode
Date: Sat, 17 Oct 2015 11:22:08 +0900 [thread overview]
Message-ID: <20151017022208.GA1757@swordfish> (raw)
In-Reply-To: <20151016153544.2d70713d6a0f2afd5744fa00@linux-foundation.org>
On (10/16/15 15:35), Andrew Morton wrote:
> On Thu, 15 Oct 2015 20:14:25 +0900 Sergey Senozhatsky <sergey.senozhatsky@gmail.com> 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
--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
linux-kernel@vger.kernel.org,
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
linux-mm@kvack.org, Christoph Lameter <cl@linux.com>
Subject: Re: [RFC][PATCH 0/8] introduce slabinfo extended mode
Date: Sat, 17 Oct 2015 11:22:08 +0900 [thread overview]
Message-ID: <20151017022208.GA1757@swordfish> (raw)
In-Reply-To: <20151016153544.2d70713d6a0f2afd5744fa00@linux-foundation.org>
On (10/16/15 15:35), Andrew Morton wrote:
> On Thu, 15 Oct 2015 20:14:25 +0900 Sergey Senozhatsky <sergey.senozhatsky@gmail.com> 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
next prev parent reply other threads:[~2015-10-17 2:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 11:14 [RFC][PATCH 0/8] introduce slabinfo extended mode Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 1/8] tools/vm/slabinfo: use getopt no_argument/optional_argument Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 2/8] tools/vm/slabinfo: limit the number of reported slabs Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 3/8] tools/vm/slabinfo: sort slabs by loss Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 4/8] tools/vm/slabinfo: fix alternate opts names Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 5/8] tools/vm/slabinfo: introduce extended totals mode Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 6/8] tools/vm/slabinfo: output sizes in bytes Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 7/8] tools/vm/slabinfo: cosmetic globals cleanup Sergey Senozhatsky
2015-10-15 11:14 ` [PATCH 8/8] tools/vm/slabinfo: gnuplot slabifo extended stat Sergey Senozhatsky
2015-10-15 11:33 ` [RFC][PATCH 0/8] introduce slabinfo extended mode Sergey Senozhatsky
2015-10-16 22:35 ` Andrew Morton
2015-10-16 22:35 ` Andrew Morton
2015-10-17 2:22 ` Sergey Senozhatsky [this message]
2015-10-17 2:22 ` Sergey Senozhatsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151017022208.GA1757@swordfish \
--to=sergey.senozhatsky@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=sergey.senozhatsky.work@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.