Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 59692 invoked from network); 20 Jan 2008 07:04:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2008 07:04:50 -0000 Received: (qmail 72777 invoked by uid 500); 20 Jan 2008 07:04:33 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 72754 invoked by uid 500); 20 Jan 2008 07:04:33 -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 72743 invoked by uid 99); 20 Jan 2008 07:04:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2008 23:04:33 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrejvanderzee@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jan 2008 07:04:08 +0000 Received: by ug-out-1314.google.com with SMTP id m2so720503uge.28 for ; Sat, 19 Jan 2008 23:04:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=p0PT1y25vDPrQkafehvouOWrCh84UysqKkriwyr7eEg=; b=WTgm7j4KVnRSmwxF8/xzIsM0DL4hwo5Gt7hH6uO7YpbmI9GpjjLZIV5wajTSngUAsABktRIOsajZ0ggeS5gNliLR85OR+qeVeibaosAHVe55QY17p3o+2D03cQemmiMWHRFBrWg40YVkbvErJVsGKMvGg+o8oYuBcJUa7zMdPGE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=HEZ0tYWWnYD9lGgnq+Uv3ywTTZwPghi7zdal4vZUnen5aCa3wAuNHeyzqv5pJaP7MJ+Wmum7rT24oF4x0V9P8iQbtjYH/cyqRqIOyvQvH94n1T4+I2q79er4B7/p3YiX1QJtwl6Dd+QuXqs/+z0u7mXlkfXf4gE3OdhJpBg3Ras= Received: by 10.67.20.3 with SMTP id x3mr3231120ugi.3.1200812653463; Sat, 19 Jan 2008 23:04:13 -0800 (PST) Received: by 10.67.30.4 with HTTP; Sat, 19 Jan 2008 23:04:13 -0800 (PST) Message-ID: <6456355d0801192304g133b853ag97b7832dc40e46fc@mail.gmail.com> Date: Sun, 20 Jan 2008 16:04:13 +0900 From: "Andrej van der Zee" To: jmeter-user@jakarta.apache.org Subject: synchronized samples MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8810_5018534.1200812653454" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8810_5018534.1200812653454 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I am new to JMeter and I have an issue I am not able to solve. I was hoping to get some help here :) My problem is best explained with a example, so suppose I have the following setup: Thread Group -- Login (HTTP Request) -- Visit Page (HTTP Request) -- Logout (HTTP Request) Now I would like to start 10 threads that first all execute "HTTP Request Login" *one after each other*. So first thread_1 would execute "Login" and after it finishes, thread_2 would immediately execute "Login", etc... Then, after all 10 threads executed the "Login", I would like to pause 10 seconds before going to the next stage. After the pause, I would like to execute "Visit Page" for all threads in the same way as "Login", and then have another 10 seconds pause, etc. I realize this breaks the idea of concurrent users, but this is for a reason. Hope you can help! Andrej ------=_Part_8810_5018534.1200812653454--