From owner-freebsd-java Mon Sep 30 10:23:44 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B96337B401 for ; Mon, 30 Sep 2002 10:23:42 -0700 (PDT) Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C29143E65 for ; Mon, 30 Sep 2002 10:23:41 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from heinz by smtp.hccnet.nl via uds241-44.dial.hccnet.nl [62.251.44.241] with ESMTP id TAA01156 (8.8.8/1.13); Mon, 30 Sep 2002 19:23:38 +0200 (MET DST) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Stefan Arentz , freebsd-java@FreeBSD.ORG Subject: Re: Hacking on JDK 1.3.1 Date: Mon, 30 Sep 2002 19:23:38 +0200 User-Agent: KMail/1.4.3 References: <20020929195045.GA51533@keyser.soze.com> In-Reply-To: <20020929195045.GA51533@keyser.soze.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200209301923.38343.znerd@FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Stefan, Sounds good! What is this 'ab' tool you are using? Ernst On Sunday 29 September 2002 21:50, Stefan Arentz wrote: > Hi, > > Short introduction; I'm working on making the native JDK 1.3.1 a bit more > stable on -STABLE (4.4 and 4.6.2-SMP in my case) and also trying to > backport Bill Huey's excellent work on Hotspot. > > My current test applications are JBoss and Orion (because I want to run > those in production on FreeBSD). > > Orion already flies, here are some very simple test results: > > Dynamic Content > > % ab -n 2500 -c 25 http://localhost:8080/examples/jsp/dates/date.jsp > > > FreeBSD Native with compiler1: > > Requests per second: 205.64 [#/sec] (mean) > Time per request: 121.569 [ms] (mean) > Time per request: 4.863 [ms] (mean, across all concurrent > requests) Transfer rate: 259.61 [Kbytes/sec] received > > Linux Compatibility with compiler1: > > Requests per second: 1329.07 [#/sec] (mean) > RTime per request: 18.810 [ms] (mean) > RTime per request: 0.752 [ms] (mean, across all concurrent > requests) RTransfer rate: 1677.82 [Kbytes/sec] received > > Static Content > > % ab -n 2500 -c 25 http://localhost:8080/examples/jsp/dates/date.jsp > > FreeBSD Native with compiler1: > > Requests per second: 1119.76 [#/sec] (mean) > Time per request: 22.326 [ms] (mean) > Time per request: 0.893 [ms] (mean, across all concurrent > requests) Transfer rate: 2501.53 [Kbytes/sec] received > > Linux Compatibility with compiler1: > > Requests per second: 1682.41 [#/sec] (mean) > Time per request: 14.860 [ms] (mean) > Time per request: 0.594 [ms] (mean, across all concurrent > requests) Transfer rate: 3758.50 [Kbytes/sec] received > > The difference in JSP performance is odd, I'm looking into that now. Could > this be because the version in the linuxulator is more efficient because of > its threading implementation? > > There also seems to be a problem with compilation of JSP files. It only > works when I use jikes instead of javac. > > Tough stuff, but I'm slowly making progress. > > > Greetings, > > Stefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message