Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 28311 invoked from network); 12 Jun 2006 08:20:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 08:20:27 -0000 Received: (qmail 59317 invoked by uid 500); 12 Jun 2006 08:20:25 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 59296 invoked by uid 500); 12 Jun 2006 08:20:25 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 59285 invoked by uid 99); 12 Jun 2006 08:20:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 01:20:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of raffovi@gmail.com designates 66.249.82.203 as permitted sender) Received: from [66.249.82.203] (HELO wx-out-0102.google.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 01:20:24 -0700 Received: by wx-out-0102.google.com with SMTP id h26so843475wxd for ; Mon, 12 Jun 2006 01:20:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=LoQmeNNo6NhRq3PksGiqyCMWSzLinzRd6fEbdn80nsKzxTjNAHdWl+6hZck8USTv3wcy6LXifwIpSB9OW/a+5x3H5e8dCYreh9nPurouvedFifr6AtLLke9K+vgubydEZUmYJ+a/Z2AGk321dMvBy0oiZ6whDn+AYEZBxRROXwM= Received: by 10.70.65.11 with SMTP id n11mr1059422wxa; Mon, 12 Jun 2006 01:20:04 -0700 (PDT) Received: by 10.70.65.3 with HTTP; Mon, 12 Jun 2006 01:20:04 -0700 (PDT) Message-ID: Date: Mon, 12 Jun 2006 10:20:04 +0200 From: "Raffaele Viola" To: "JMeter Users List" Subject: Re: Testing J2EE application for 1000 threads(users) In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_41778_1118892.1150100404020" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_41778_1118892.1150100404020 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, your web server can perform only 150request at the same time because the maximum number of the thread (maxThreads) is 150 and your threads are 1000. Warning: Increase the number of the maxThreads is not enough to serve 1000 threads because the performances of the application depend on the system platform. regards -Raffo On 6/6/06, kamlesh sharma wrote: > > Hi Raffaele > I am using 8050 port for server,settings of your web server as follow:- > > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" redirectPort="8443" acceptCount="100" > debug="0" connectionTimeout="20000" > disableUploadTimeout="true" /> > > On 6/6/06, Raffaele Viola wrote: > > > > Hi, > > > > I don't know if this is the problem but ... > > what are the settings of your web server? > > > > Try to increase the thread pool! > > > > -Raffo > > > > > > > > On 6/6/06, kamlesh sharma wrote: > > > > > > Hi, > > > I am using jmeter version 2.1.1 to test my J2ee (jdk 1.5.02) > > > application. > > > I want to know that does Jmeter support testing for 1000 Threads > > (Users)? > > > > > > In my J2EE application there are five screens. In first screen I am > > > setting > > > some values in session variable and these values retrieving on 3rd, > 4'Th > > > and > > > 5'Th screen. > > > When I test my application for up to 10 Threads (users) it's working > > fine, > > > but as i try to test it for more than 10 users my application shows > null > > > pointer exception (In jmeter.log it shows IOException). I checked my > > > application log and found that exception is throwing due to session > > > values. > > > Actually it is unable to maintain the session values for more users > (for > > > session values in jmeter I am using HTTP Cookies Manager). > > > > > > But as i increase the ramp-up time from 0 to 5,10,15,20. My > application > > > does > > > not show any error for up to 70 Threads (users) but does not work more > > > than > > > 70 users. > > > > > > So I Want to know that does number of users depend on Ramp-up time or > is > > > there any other problem? > > > > > > If any one know solution for this problem or faced same problem plz > > > provide > > > me solution ragarding it. > > > > > > (Kamlesh Sharma) > > > > > > > > > > > > ------=_Part_41778_1118892.1150100404020--