From: Christoph Lameter <clameter@sgi.com>
To: Eric Dumazet <dada1@cosmosbay.com>
Cc: Pekka J Enberg <penberg@cs.helsinki.fi>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: SLUB: Support for statistics to help analyze allocator behavior
Date: Tue, 5 Feb 2008 11:07:36 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0802051104520.12425@schroedinger.engr.sgi.com> (raw)
In-Reply-To: <20080205195511.b396ea4b.dada1@cosmosbay.com>
On Tue, 5 Feb 2008, Eric Dumazet wrote:
> > Well we could do the same as for numa stats. Output the global count and
> > then add
> >
> > c<proc>=count
> >
>
> Yes, or the reverse, to avoid two loops and possible sum errors (Sum of
> c<proc>=count different than the global count)
The numa output uses only one loop and so I think we could do the same
here. Its good to have the global number first that way existing tools can
simply read a number and get what they intuitively expect.
> Since text##_show is going to be too big, you could use one function
> instead of several ones ?
Sure.
> (and char *buf is PAGE_SIZE, so you should add a limit ?)
Yes we must do so because support for 4k processors etc is on the horizon.
> Note I used for_each_possible_cpu() here instead of 'online' variant, or
> stats might be corrupted when a cpu goes offline.
Hmmm.. We are thinking about freeing percpu areas when a cpu goes offline.
So we would need to fold statistics into another cpu if this is a cocnern.
--
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>
next prev parent reply other threads:[~2008-02-05 19:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-05 6:20 Christoph Lameter
2008-02-05 7:24 ` Pekka J Enberg
2008-02-05 7:49 ` Eric Dumazet
2008-02-05 7:54 ` Pekka J Enberg
2008-02-05 18:08 ` Christoph Lameter
2008-02-05 18:55 ` Eric Dumazet
2008-02-05 19:07 ` Christoph Lameter [this message]
2008-02-05 18:05 ` Christoph Lameter
2008-02-05 20:20 ` Pekka Enberg
2008-02-05 21:58 ` Christoph Lameter
2008-02-05 22:19 ` Pekka J Enberg
2008-02-06 8:19 ` Andrew Morton
2008-02-06 19:01 ` Christoph Lameter
2008-02-06 21:00 ` SLUB: statistics improvements Christoph Lameter
2008-02-06 21:40 ` Eric Dumazet
2008-02-06 22:10 ` Christoph Lameter
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=Pine.LNX.4.64.0802051104520.12425@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=dada1@cosmosbay.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penberg@cs.helsinki.fi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox