[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0903301033380.13333@qirst.com>
Date: Mon, 30 Mar 2009 10:37:48 -0400 (EDT)
From: Christoph Lameter <cl@...ux.com>
To: David Rientjes <rientjes@...gle.com>
cc: Pekka Enberg <penberg@...helsinki.fi>,
Nick Piggin <nickpiggin@...oo.com.au>,
Martin Bligh <mbligh@...gle.com>, linux-kernel@...r.kernel.org
Subject: Re: [patch 2/3] slub: scan partial list for free slabs when
thrashing
On Sun, 29 Mar 2009, David Rientjes wrote:
> Whenever a cpu cache satisfies a fastpath allocation, a fastpath counter
> is incrememted. This counter is cleared whenever the slowpath is
> invoked. This tracks how many fastpath allocations the cpu slab has
> fulfilled before it must be refilled.
That adds fastpath overhead and it shows for small objects in your tests.
> A new statistic, /sys/kernel/slab/cache/deferred_partial, indicates how
> many times a partial list was deferred because no slabs could satisfy
> the requisite number of objects for CONFIG_SLUB_STATS kernels.
Interesting approach.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists