Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 20 Sep 2002 18:06:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 20 Sep 2002 18:06:53 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.104]:46494 "EHLO e4.ny.us.ibm.com") by vger.kernel.org with ESMTP id ; Fri, 20 Sep 2002 18:06:32 -0400 Date: Fri, 20 Sep 2002 15:07:34 -0700 From: "Martin J. Bligh" To: William Lee Irwin III , "Bond, Andrew" cc: Dave Hansen , linux-kernel@vger.kernel.org Subject: Re: TPC-C benchmark used standard RH kernel Message-ID: <81250000.1032559653@flay> In-Reply-To: <20020920205653.GM3530@holomorphy.com> References: <45B36A38D959B44CB032DA427A6E106402D09E43@cceexc18.americas.cpqcorp.net> <20020920205653.GM3530@holomorphy.com> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1357 Lines: 30 >> This isn't as recent as I would like, but it will give you an idea. >> Top 75 from readprofile. This run was not using bigpages though. >> Andy > >> 00000000 total 7872 0.0066 >> c0105400 default_idle 1367 21.3594 >> c012ea20 find_vma_prev 462 2.2212 >> c0142840 create_bounce 378 1.1250 >> c0142540 bounce_end_io_read 332 0.9881 >> c0197740 __make_request 256 0.1290 >> c012af20 zap_page_range 231 0.1739 >> c012e9a0 find_vma 214 1.6719 >> c012e780 avl_rebalance 160 0.4762 > > Looks like you're doing a lot of mmapping or faulting requiring VMA > lookups, or the number of VMA's associated with a task makes the > various VMA manipulations extremely expensive. > > Can you dump /proc/pid/maps on some of these processes? Isn't that the magic Oracle 32Kb mmap hack at work here, in order to get a >2Gb SGA? M. - 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/