Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 44955 invoked from network); 7 Aug 2005 09:22:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2005 09:22:02 -0000 Received: (qmail 50259 invoked by uid 500); 7 Aug 2005 09:22:00 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 50202 invoked by uid 500); 7 Aug 2005 09:21:59 -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 50189 invoked by uid 99); 7 Aug 2005 09:21:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 02:21:59 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_30_40,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.24.167.80] (HELO MDS-LN-01.MDSUK.COM) (62.24.167.80) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 02:21:47 -0700 To: jmeter-user@jakarta.apache.org Subject: thread group scheduler confusion... MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.12 February 13, 2003 Message-ID: From: Greg.Peace@MDSUK.COM Date: Sun, 7 Aug 2005 10:21:50 +0100 X-MIMETrack: Serialize by Router on MDS-LN-01/MDS(Release 6.5.3FP1|December 15, 2004) at 08/07/2005 10:22:00, Serialize complete at 08/07/2005 10:22:00 Content-Type: multipart/alternative; boundary="=_alternative 00336E2B80257056_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 00336E2B80257056_= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I'm new to all this so please forgive me if the answer is obvious and=20 I'm just being daft. I've got two test plans, one for testing our application (a) and one our=20 database (b). My test plans have the following structure (really there are = 30 thread groups but the ideas the same) Tesplan Thread group 1 SimpleController For test plan (a) HTTP Request For test plan (b) JDBC Requests =20 Thread group 2 SimpleController For test plan (a) HTTP Requests For test plan (b) JDBC Requests =20 The thread groups contain different Config elements depending on the=20 testplan; ie for testplan (a) HTTP Request Defaults and HTPP Cookie=20 Manager. Whilst for testplan (b) I have JDBC Database login Defaults and=20 JDBC Database Connection Pool Defaults.=20 The thread groups properties have the forever and scheduler boxes ticked.=20 The scheduler configuration has the start and end time are say 10 minutes=20 apart but the same for both thread groups. The Duration is left blank, and = the startup delay is set at 0.5 for thread group 1 and 120 for thread=20 group 2. Ie I want the second thread group to start 2 minutes after the=20 first and both thread groups to end at the same time. The tests are automated from an ant script with my resultlog/output format = set as xml. In my Jmeter properties file I have=20 sampleresult.timestamp.start=3Dtrue. The confusion comes when I start looking at the results. For testcase (a), = ie the one with the HTTP requests all looks fine. I start getting the=20 second thread group's requests 2 minutes after the first thread group.=20 However from testcase (b) there's no delay between thread group 1 and 2.=20 I've got a work around, by chaging the starttime for each subsequent=20 thread group to be later however I'd like to understand why my startup=20 delay wasn't working for me in the JDBC test. Thanks for your time and help Greg Peace --=_alternative 00336E2B80257056_=--