Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 43117 invoked from network); 29 Aug 2005 21:38:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2005 21:38:06 -0000 Received: (qmail 10625 invoked by uid 500); 29 Aug 2005 21:38:05 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 10573 invoked by uid 500); 29 Aug 2005 21:38:05 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 10559 invoked by uid 99); 29 Aug 2005 21:38:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 14:38:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [193.252.22.27] (HELO smtp4.wanadoo.fr) (193.252.22.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 14:38:21 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id C4EE81C00203 for ; Mon, 29 Aug 2005 23:38:02 +0200 (CEST) Received: from [192.168.0.20] (LNeuilly-152-23-26-32.w193-252.abo.wanadoo.fr [193.252.40.32]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 8B4971C00202 for ; Mon, 29 Aug 2005 23:38:02 +0200 (CEST) X-ME-UUID: 20050829213802570.8B4971C00202@mwinf0404.wanadoo.fr Subject: Re: Performance of ApacheDS versus OpenLdap. First results! From: Emmanuel Lecharny To: Apache Directory Developers List In-Reply-To: <43137D73.3040805@bozemanpass.com> References: <43135B9A.6060703@labeo.de> <43135DD3.1060603@bellsouth.net> <1125348639.21053.6.camel@wkslx01.iktek.com> <43137817.7080900@bozemanpass.com> <1125349959.21053.14.camel@wkslx01.iktek.com> <43137D73.3040805@bozemanpass.com> Content-Type: text/plain Organization: iktek Date: Mon, 29 Aug 2005 23:38:01 +0200 Message-Id: <1125351481.21053.22.camel@wkslx01.iktek.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-6) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 2005-08-29 at 15:26 -0600, David Boreham wrote: > > > > > This is just plain normal. As they are sequential, what is counted is > > the throughput of the sequence B-S-U. The Total number is worthless, I > > think. > > > Ah, perhaps now I understand. It may be that you are measuring the > performance of the OS'es TCP implementation rather than the LDAP > servers ;) Ooops, yes, you are right ! I always test the TCP stack through a limited test of ApacheDS (and sometime I do the same with Databases) ! ;-] eh eh eh > > If the test makes a connection, then performs bind/search/unbind > (which > will disconnect), then the overwhelming proportion of the effort to > handle the load > goes in setting up and tearing down the TCP connection. This would > also > explain why the figures are similar. > > Did you monitor the proportion of kernel to user time on the test > machine ? > High kernel time (>15%) would tend to indicate an I/O-limited test. 6% system. Which is kind of high... Ok, ok. Do not push this test too far. It's not realistic. It's just a kind of baby test (very very young ! It's just one cell, actually, and it will divide soon to two cells, then 4, then ...) Call it very premature ;) Nevertheless, I like those results ! Emmanuel