From: Ted Ts'o Subject: Re: [PATCH -v2 0/3] jbd2 scalability patches Date: Thu, 5 Aug 2010 01:42:11 -0400 Message-ID: <20100805054211.GF2901@thunk.org> References: <1280939957-3277-1-git-send-email-tytso@mit.edu> <1280973537.2678.37.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ext4 Developers List , ocfs2-devel@oss.oracle.com, Keith Maanthey , Eric Whitney To: john stultz Return-path: Received: from thunk.org ([69.25.196.29]:33701 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753624Ab0HEFmO (ORCPT ); Thu, 5 Aug 2010 01:42:14 -0400 Content-Disposition: inline In-Reply-To: <1280973537.2678.37.camel@localhost.localdomain> Sender: linux-ext4-owner@vger.kernel.org List-ID: Thanks, John, for doing these numbers!!! > vfs + j_state lock + jdb2 scalability queue > Throughput 1214.21 MB/sec 8 procs > Throughput 1175.49 MB/sec 4 procs > Throughput 716.294 MB/sec 2 procs > Throughput 402.988 MB/sec 1 procs 2.6.35-rc6-vfs + atomic Throughput 2648.42 MB/sec 8 procs Throughput 1586.68 MB/sec 4 procs Throughput 851.545 MB/sec 2 procs Throughput 453.106 MB/sec 1 procs Your earlier numbers were quite a bit higher than this latest set. I assume that's due to hardware differences? - Ted