From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [patch 21/21] slab defrag: Obsolete SLAB Date: Thu, 15 May 2008 11:43:40 -0700 (PDT) Message-ID: References: <20080510221515.3540a6cc@bree.surriel.com> <2f11576a0805120038s334dc56cuaf16b8b7c6f87098@mail.gmail.com> <84144f020805120054t1370236ei5ff52279457e026e@mail.gmail.com> <482B2617.5010605@firstfloor.org> <1210822002.3177.121.camel@ymzhang> <20080515174953.GN9921@parisc-linux.org> <20080515181356.GP9921@parisc-linux.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "Zhang, Yanmin" , Andi Kleen , Pekka Enberg , KOSAKI Motohiro , Rik van Riel , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , mpm@selenic.com To: Matthew Wilcox Return-path: Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:59399 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1761234AbYEOSnn (ORCPT ); Thu, 15 May 2008 14:43:43 -0400 In-Reply-To: <20080515181356.GP9921@parisc-linux.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, 15 May 2008, Matthew Wilcox wrote: > > Details of the crash please? > > I don't have any. Well the amount of information we are getting has always been the main factor in delaying this further and further. Sigh. > > You could just start with 2.6.25.X which already contains the slab > > statistics. > > Certainly. Exactly how does collecting these stats work? Am I supposed > to zero the counters after the TPC has done its initial ramp-up? What > commands should I run, and at exactly which points? Compile slabinfo and then do f.e. slabinfo -AD (this is documented in the help text provided when enabling statistics).