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 C97891775A for ; Mon, 7 Sep 2015 13:07:53 +0000 (UTC) Received: (qmail 44200 invoked by uid 500); 7 Sep 2015 13:07:53 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 44163 invoked by uid 500); 7 Sep 2015 13:07:53 -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 44152 invoked by uid 99); 7 Sep 2015 13:07:53 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 13:07:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D8DB318041A for ; Mon, 7 Sep 2015 13:07:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id VkOBiYmPnYle for ; Mon, 7 Sep 2015 13:07:46 +0000 (UTC) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 4EC58201E7 for ; Mon, 7 Sep 2015 13:07:46 +0000 (UTC) Received: by iofh134 with SMTP id h134so87907325iof.0 for ; Mon, 07 Sep 2015 06:07:39 -0700 (PDT) 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; bh=ifaVt+Npnub076RX+0Ek0lT8jpWOussqUzhAe1jZrQQ=; b=0m+eKYNglRucwpwnhgV+vXnK5FmpcUuR7nTPDG0mNcqlAHFsSxZMJ5AXU0sfPQVNXT zGIyi6sUxNZBteZNhdnQvwNvpEgluVs9DvqPEh3NU4/Yw3MBXXgEoWFtOgSqq0FNNayE TjJdZIuSqHGD3gmSE4e60+kIcEN8iTCvVg0CniDUmTQwzZ9NxL8rYR7RdRvIRJQkcRAJ ch4ZgeYwCetqpVpXvwJyNEiePiYsikcE63Egtr/1XGFTGXnoh9jBjAhsHBPfdOVW52ZQ fUhmxOp4SzKg81y0kfJnSphqh4t42wmHF9cu27ZEpBP/8kvG46578h9fg16ZhaLoR9iR eYjw== MIME-Version: 1.0 X-Received: by 10.107.161.144 with SMTP id k138mr30448952ioe.47.1441631259440; Mon, 07 Sep 2015 06:07:39 -0700 (PDT) Received: by 10.36.137.212 with HTTP; Mon, 7 Sep 2015 06:07:39 -0700 (PDT) In-Reply-To: <6CD8CDE1B7BCAE4AA2B42B79CAA03C7FDFECCA62@ct1-mailbox-1-3.cybage.com> References: <6CD8CDE1B7BCAE4AA2B42B79CAA03C7FDFECCA62@ct1-mailbox-1-3.cybage.com> Date: Mon, 7 Sep 2015 18:37:39 +0530 Message-ID: Subject: Re: How to add delay between Loops? From: Amit Kumar To: JMeter Users List Content-Type: multipart/alternative; boundary=001a1140faa81dbdb0051f27efb4 --001a1140faa81dbdb0051f27efb4 Content-Type: text/plain; charset=UTF-8 Hi Nirdesh, Thanks for the prompt reply. I went through the JMeter documentation, but it says- "If you want to have each thread pause for the same amount of time between requests, use this timer." As per my understanding the Constant Timer will add delay between threads and not between loops. Please correct me if I am wrong. On Mon, Sep 7, 2015 at 6:29 PM, Nirdesh Pachoriya wrote: > You can use constant timer which can help you to introduce the delay. > > Regards, > Nirdesh M Pachoriya > -----Original Message----- > From: Amit Kumar [mailto:amit.srpce@gmail.com] > Sent: Monday, September 7, 2015 6:19 PM > To: JMeter Users List > Subject: How to add delay between Loops? > > Hello, > > I want to perform load testing for an application with following scenario: > > What I want to do is- > > I want to schedule a load test for 10 mins (loop count = forever), but > after each loop, I need a pause of 10 secs. So, how to add pause between > loops? Is it possible to do this in JMeter? > > My Thread Group setup is as follows: > > *Thread Properties:* > Number of Threads: 100 > Ram-up: 1 sec > Loop Count: Forever > > *Scheduler:* > Start Time: 2015/09/07 18:01:00 > End Time: 2015/09/07 18:11:00 > Duration: BLANK > Startup Delay: BLANK > > And my Thread Group has 6 requests? > > -- > Thanks and Regards, > Amit > "Legal Disclaimer: This electronic message and all contents contain > information from Cybage Software Private Limited which may be privileged, > confidential, or otherwise protected from disclosure. The information is > intended to be for the addressee(s) only. If you are not an addressee, any > disclosure, copy, distribution, or use of the contents of this message is > strictly prohibited. If you have received this electronic message in error > please notify the sender by reply e-mail to and destroy the original > message and all copies. Cybage has taken every reasonable precaution to > minimize the risk of malicious content in the mail, but is not liable for > any damage you may sustain as a result of any malicious content in this > e-mail. You should carry out your own malicious content checks before > opening the e-mail or attachment." www.cybage.com > -- Thanks and Regards, Amit --001a1140faa81dbdb0051f27efb4--