Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 95311 invoked from network); 26 Jul 2005 16:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 16:27:27 -0000 Received: (qmail 79740 invoked by uid 500); 26 Jul 2005 16:27:24 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 79661 invoked by uid 500); 26 Jul 2005 16:27:23 -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 79647 invoked by uid 99); 26 Jul 2005 16:27:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 09:27:23 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=HTML_10_20,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of charles.castellow@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 09:27:16 -0700 Received: by zproxy.gmail.com with SMTP id 40so619503nzk for ; Tue, 26 Jul 2005 09:27:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Jbi30C1zTnA3pq96LureRnt8Yg/sywpymQzaEadXsxTmYbn8x0LzenbL6yos4meOyqlGryVQB6V/YDrH2u6h0CPXGIr+RwPRIx0naCk4Cd3kQTZrzprXhKp4knX0htj89CYMbQ+fWsfuz6L1zVNwzJTS+AtHPScJS9c0YDdsPac= Received: by 10.36.252.45 with SMTP id z45mr491896nzh; Tue, 26 Jul 2005 09:27:20 -0700 (PDT) Received: by 10.36.38.11 with HTTP; Tue, 26 Jul 2005 09:27:20 -0700 (PDT) Message-ID: Date: Tue, 26 Jul 2005 09:27:20 -0700 From: Charles Castellow Reply-To: Charles Castellow To: jmeter-user@jakarta.apache.org Subject: extending JMeter Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9210_26095008.1122395240928" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_9210_26095008.1122395240928 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi. I've just started using JMeter and have a couple of questions. I've=20 looked through the documentation and browsed the mail archives, but the=20 answers haven't jumped out at me. 1) Is there a repository for JMeter extensions? Clearly some people will= =20 have needs that will require unique samplers, listeners, etc., but I'm sure= =20 that lots of people have made generic extensions that could be of general= =20 use. No reason to reinvent the wheel if it's not necessary. 2) Is there any built-in way to store a collection/list/array of extracted= =20 data? My performance test has a set-up stage where simulated users are give= n=20 a unique ID by a web service (think guid or social security number, or some= =20 such unique ID that I won't know in advance). I need to save those to use i= n=20 testing the web services. I could use the regular expression extractor and= =20 stick them in ID1, ID2, etc., but I doubt that's the optimum solution, and= =20 since I'm talking about thousands of IDs, that seems a bit tedious. I could= =20 probably write them out to a file somehow and read them back in as needed.= =20 What I'd really like to do is store them in an array, or a linked list, or= =20 some sort of collection that I could use as data in my sampler. Is there=20 some standard way to do this that I've missed? If not, has anyone created a= n=20 extension to do such a task? Any suggestions? Thanks. -Charlie ------=_Part_9210_26095008.1122395240928--