Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C659D1CE for ; Thu, 8 Nov 2012 16:47:37 +0000 (UTC) Received: (qmail 28095 invoked by uid 500); 8 Nov 2012 16:47:36 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 27943 invoked by uid 500); 8 Nov 2012 16:47:35 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 27908 invoked by uid 99); 8 Nov 2012 16:47:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 16:47:34 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deicool@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qa0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 16:47:29 +0000 Received: by mail-qa0-f50.google.com with SMTP id k1so2276859qaf.2 for ; Thu, 08 Nov 2012 08:47:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=oWhW5QiCjKUj/9UFliLklENbBkZ78gNFtOweXGoq0tU=; b=B6sd464jgnTJLc2jD/AxpGL7JaCCMhRqnLHh6nd1ik9KcoQEMFA3cCinQjUQk6uK4W 9KFdmmXzQ12olmqeJqB7Z5wclj+r7XMbigmaJGSuTnW66fKtO5W93PJxnTNim922sOQG ltBTdm73T2M1gmov4MqwmzrlKUfjPOFQ5qV/Cwd/mZC1cubruy7JtVigzqSJCwg0XgRW uXnqyLP5KBV05aI1L64ZdmoutJG5WM9Z+LCSN97ZKWVetYnUKhdNludV91I1NlNnt2jP wPdP5GddB/9SYlOgOiCTfo78TmdN/cVXKgFbiVLNSQNjOaSewHRtZQCMo+EnTsHURw7d LlIA== MIME-Version: 1.0 Received: by 10.224.189.196 with SMTP id df4mr12604830qab.16.1352393228719; Thu, 08 Nov 2012 08:47:08 -0800 (PST) Received: by 10.49.133.100 with HTTP; Thu, 8 Nov 2012 08:47:08 -0800 (PST) In-Reply-To: References: Date: Thu, 8 Nov 2012 22:17:08 +0530 Message-ID: Subject: Re: how to send a certain number of request to api server with WebService(SOAP Reauest) From: Deepak Goel To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hey Web page might be containing other request... :) Deepak On 10/24/12, Flavio Cysne wrote: > Since response time variance is not always in a linear relation with > concurrency, I can't say that the response time with 1 request will be th= e > same as 18000 requests in 1 hour or 5 requests/second. Another way to do > this is using a Runtime Controller, with 1 hour run time, a global > counter expression, for example ${__counter(globalCounter,FALSE)}, and an > Action Test sampler inside an If Controller, to stop the test when it sum= s > 18000 requests. > > Thread Group ( 5 threads, 0 ramp-up, 1 loop, delayed threads checked) > - Runtime Controller ( 3600 seconds ) > - WebService sampler ( include the __counter function here or add= a > BeanShell sampler to execute the __counter function ) > - If Controller ( ${globalCounter} > 18000 ) > - Test Action ( All Threads, Stop Now ) > > Hope it helps. > Fl=E1vio Cysne > > 2012/10/23 Deepak Shetty > >> the kirk pepperdine technique :) if you need a constant input rate >> irrespective of the response time. >> I guess it depends on your response time - suppose the response time of >> the >> webservice is under (3600/18000) 0.2 seconds you haven't then introduced >> any degree of concurrency. I usually think of these in terms of >> concurrency >> rather than the number of requests at the server. >> >> regards >> deepak >> >> On Tue, Oct 23, 2012 at 5:03 AM, Flavio Cysne >> wrote: >> >> > What do you say about 18000 threads, 3600 seconds ramp-up, 1 loop and >> > delayed threads (must use JMeter 2.8, awesome) ? >> > >> > 2012/10/22 Deepak Shetty >> > >> > > Hi >> > > >> > > a. If you choose duration use a constant throughput timer to specify >> the >> > > rate of requests. >> > > b) If you want the test to finish as quickly as it can then just >> specify >> > > the number of loops and remove the duration >> > > >> > > dont specify both >> > > regards >> > > deepak >> > > >> > > On Mon, Oct 22, 2012 at 4:55 PM, Kouta Osabe >> > > > > > >wrote: >> > > >> > > > hello,deepak >> > > > >> > > > I ment specfing loop count on the thread group and also gave a >> > scheduler >> > > > setting - one hour. >> > > > >> > > > regards, >> > > > kota >> > > > 2012/10/23 6:55 "Deepak Shetty" : >> > > > >> > > > > when you say 60 loops did you add a controller or did you specif= y >> > loop >> > > > > count on the thread group. >> > > > > Did you also give a scheduler setting? >> > > > > >> > > > > regards >> > > > > deepak >> > > > > >> > > > > On Mon, Oct 22, 2012 at 12:26 PM, Kouta Osabe < >> > > kota0919wasabi@gmail.com >> > > > > >wrote: >> > > > > >> > > > > > Hello All, >> > > > > > >> > > > > > I want to just 18,000 requests to api server for an hour. >> > > > > > >> > > > > > so i configured 300 threads, 60 seconds ramp-up, 60 loops. >> > > > > > >> > > > > > i expected just 18,000 requests sended to api server, but ove= r >> > > 18,000 >> > > > > > requests sended to api. >> > > > > > >> > > > > > Can someone please help me how i send just request to api >> > > > > > server? >> > > > > > >> > > > > > Thanks, >> > > > > > >> > > > > > Kota. >> > > > > > >> > > > > > >> > --------------------------------------------------------------------- >> > > > > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org >> > > > > > For additional commands, e-mail: user-help@jmeter.apache.org >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > >> > --=20 Namaskara~Nalama~Guten Tag~Bonjour -- Keigu Deepak +91-9765089593 deicool@gmail.com http://www.simtree.net Skype: thumsupdeicool Google talk: deicool Blog: http://loveandfearless.wordpress.com Facebook: http://www.facebook.com/deicool "Contribute to the world, environment and more : http://www.gridrepublic.or= g " --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org