Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262923AbVDAWcp (ORCPT ); Fri, 1 Apr 2005 17:32:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262929AbVDAWcp (ORCPT ); Fri, 1 Apr 2005 17:32:45 -0500 Received: from fmr23.intel.com ([143.183.121.15]:2270 "EHLO scsfmr003.sc.intel.com") by vger.kernel.org with ESMTP id S262923AbVDAWcn (ORCPT ); Fri, 1 Apr 2005 17:32:43 -0500 Message-Id: <200504012232.j31MWTg03706@unix-os.sc.intel.com> From: "Chen, Kenneth W" To: "'Ingo Molnar'" , "Paul Jackson" Cc: "Nick Piggin" , , , Subject: RE: Industry db benchmark result on recent 2.6 kernels Date: Fri, 1 Apr 2005 14:32:29 -0800 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcU2hpI4DBtAhluHSq2CnpbfwQ4YswAgdy1Q In-Reply-To: <20050401064611.GA26203@elte.hu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 31 Ingo Molnar wrote on Thursday, March 31, 2005 10:46 PM > before we get into complexities, i'd like to see whether it solves Ken's > performance problem. The attached patch (against BK-curr, but should > apply to vanilla 2.6.12-rc1 too) adds the autodetection feature. (For > ia64 i've hacked in a cachesize of 9MB for Ken's testsystem.) Very nice, it had a good estimate of 9ms on my test system. Our historical data showed that 12ms was the best on the same system for the db workload (that was done on 2.6.8). Scheduler dynamic has changed in 2.6.11 and this old finding may not apply any more for the new kernel. migration cost matrix (cache_size: 9437184, cpu: 1500 MHz): [00] [01] [02] [03] [00]: 9.1 8.5 8.5 8.5 [01]: 8.5 9.1 8.5 8.5 [02]: 8.5 8.5 9.1 8.5 [03]: 8.5 8.5 8.5 9.1 min_delta: 8908106 using cache_decay nsec: 8908106 (8 msec) Paul, you definitely want to check this out on your large numa box. I booted a kernel with this patch on a 32-way numa box and it took a long .... time to produce the cost matrix. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/