Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 43658 invoked from network); 23 Sep 2003 18:35:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Sep 2003 18:35:23 -0000 Received: (qmail 98305 invoked by uid 500); 23 Sep 2003 18:35:11 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 98060 invoked by uid 500); 23 Sep 2003 18:35:10 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 98046 invoked from network); 23 Sep 2003 18:35:09 -0000 Received: from unknown (HELO ztxmail04.ztx.compaq.com) (161.114.1.208) by daedalus.apache.org with SMTP; 23 Sep 2003 18:35:09 -0000 Received: from cceexg12.americas.cpqcorp.net (cceexg12.americas.cpqcorp.net [16.110.250.124]) by ztxmail04.ztx.compaq.com (Postfix) with ESMTP id 46818EBC6 for ; Tue, 23 Sep 2003 13:35:14 -0500 (CDT) Received: from cceexc22.americas.cpqcorp.net ([16.110.250.105]) by cceexg12.americas.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.6673); Tue, 23 Sep 2003 13:34:50 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Jmeter sequencing question Date: Tue, 23 Sep 2003 13:34:50 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Jmeter sequencing question Thread-Index: AcOCAWC9/cjOZwevSP2fXksWmjZ64g== From: "Anantheswaran, Krishnan" To: X-OriginalArrivalTime: 23 Sep 2003 18:34:50.0940 (UTC) FILETIME=[5FBE6FC0:01C38201] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I'm using JMeter to run a load test on my web app. I also have some benchmarking code in the app that I'll use to check the performance of various objects in the system. I need to be able to do the following and can't seem to find an easy way to do it. Any help will be appreciated. 1. Hit URLs A,B,C,D,E just once (to ensure all page compiles have taken place) 2. Hit URL BENCHMARK_INIT just once (initialize the benchmark component) 3. Multiple threads X multiple times Hit URLs A,B,C,D,E in sequence. (actual load test) 4. After (3) is complete Hit URL BENCHMARK_PRINT just once (print the benchmarks accumulated) I can figure out how to do each of the steps but I can't seem to sequence the calls so that steps 1, 2 and 4 happen just once (and not once per thread). I guess I can always have 3 test plans and run them one after another but it would be good if I can use just one test plan for the whole thing. Thanks in advance. Regards, Krishnan --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org