Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33956 invoked from network); 26 Nov 2009 10:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 10:27:03 -0000 Received: (qmail 70036 invoked by uid 500); 26 Nov 2009 10:27:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 69925 invoked by uid 500); 26 Nov 2009 10:27:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 69917 invoked by uid 99); 26 Nov 2009 10:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 10:27:02 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 10:27:00 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NDbYd-0001hV-C7 for dev@geronimo.apache.org; Thu, 26 Nov 2009 02:26:39 -0800 Message-ID: <26525351.post@talk.nabble.com> Date: Thu, 26 Nov 2009 02:26:39 -0800 (PST) From: Juergen Weber To: dev@geronimo.apache.org Subject: Re: Performance Report for Geronimo 2.2? In-Reply-To: <26525267.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: weberjn@gmail.com References: <26525267.post@talk.nabble.com> This summer I ran daytrader with the Ginder load test tool on several application servers. Especially with the Two-Phase commit asynchronous scenario there were big performance differences, I think Geronimo's transaction throughput was a mere third of Weblogic 10.3's (same hardware). IBM says similar of Websphere and JBoss: see slide 27 of http://public.dhe.ibm.com/software/dw/techbriefings/presentations/webspheresoa/appserver.pdf I recorded a scenario where a trader would log on, buy some shares, sell them again and log out. Problem with Daytrader is that you cannot blindly assume that you can sell shares with constant http parameters, you cannot make a call like sell?s=1&s=2 as the link IDs are not indexes on the screen but database row ids. To change that one would have to keep a mapping from DB id to screen ID in the users' sessions. So, you need a load driver that can understand semantics. If I find some time I'm going to write a Java client for Daytrader using commons httpclient. This client could then be called from Grinder. Juergen frapien wrote: > > > Are there any plans to update the Performance Report for Geronimo 2.2? > For Geronimo 2.0 there was an old DRAFT under > http://people.apache.org/~hogstrom/performance/geronimo/2.0/Geronimo2.0.2PerformanceReport-v01draft.pdf > > > IBM has writen a performance benchmark article for the DayTrader Apps > comparing JBoss with Geronimo > http://www.ibm.com/developerworks/opensource/library/os-perfbenchmk/index.htm > > Thanks > Frank > > -- View this message in context: http://old.nabble.com/Performance-Report-for-Geronimo-2.2--tp26525267s134p26525351.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.