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 9E35A18FF6 for ; Wed, 9 Dec 2015 13:35:22 +0000 (UTC) Received: (qmail 83008 invoked by uid 500); 9 Dec 2015 13:35:21 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 82976 invoked by uid 500); 9 Dec 2015 13:35:21 -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 82356 invoked by uid 99); 9 Dec 2015 13:35:20 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 13:35:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 255F51A4101 for ; Wed, 9 Dec 2015 13:35:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id AxAfO4FzwIqU for ; Wed, 9 Dec 2015 13:35:19 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 04388439ED for ; Wed, 9 Dec 2015 13:35:19 +0000 (UTC) Received: by wmec201 with SMTP id c201so260421198wme.0 for ; Wed, 09 Dec 2015 05:30:03 -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; bh=CIDqsqhGXi758rBZj9dPhxO2fysMoanJbpZJpDO8XMY=; b=S0P+PCI6vee/xhn633QS71JjioGsgbf7qihnFgjSPAqOuWdBNxC6xzdYMqsy19uOQ7 pT7ZfRU2CeaAIFUN7rYesD+cCrRfiJuZeyk8OUH2HeE5bii8cklRTLV41W5nWMYKXiuL ycxJNybbSx11AnDm/nAgmuqVhZZ5MqznzNw/th0VmPTHBooXZf87x+M5mdBBU7JFTlx0 HTh0Bj8fmcobfErv/hlq5bkXuGz3jqkstC6oUmUULdgjf+urjwRb4WAb8N8STNk5dAu1 Dexj9HJTGEquGHOTew83zWUXy9IM+l14QuAiJ5kWfKjJT2AiIfDt4T7Eif7Q0qmUto0q eYHQ== MIME-Version: 1.0 X-Received: by 10.28.86.196 with SMTP id k187mr33034077wmb.61.1449667803100; Wed, 09 Dec 2015 05:30:03 -0800 (PST) Received: by 10.28.173.139 with HTTP; Wed, 9 Dec 2015 05:30:03 -0800 (PST) Received: by 10.28.173.139 with HTTP; Wed, 9 Dec 2015 05:30:03 -0800 (PST) In-Reply-To: <029301d13246$414426e0$c3cc74a0$@prodigious.mu> References: <029301d13246$414426e0$c3cc74a0$@prodigious.mu> Date: Wed, 9 Dec 2015 10:30:03 -0300 Message-ID: Subject: Re: Help to control test flow From: Flavio Cysne To: JMeter Users List Content-Type: multipart/alternative; boundary=001a11452ca8723bd70526771699 --001a11452ca8723bd70526771699 Content-Type: text/plain; charset=UTF-8 If you want logout controller to execute then don't use a time limit in the Threads Group. If you really need to terminate your test within 1 hour then rampup logout controller and decrement estimated logout total time in runtime controller duration. Don't expect it to be 1 hour exactly. There are surely other ways to achieve your goal. --001a11452ca8723bd70526771699--