Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 37343 invoked from network); 1 Dec 2009 13:58:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 13:58:36 -0000 Received: (qmail 92845 invoked by uid 500); 1 Dec 2009 13:58:36 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 92780 invoked by uid 500); 1 Dec 2009 13:58:35 -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 92770 invoked by uid 99); 1 Dec 2009 13:58:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:58:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rylach@gmail.com designates 209.85.218.209 as permitted sender) Received: from [209.85.218.209] (HELO mail-bw0-f209.google.com) (209.85.218.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:58:27 +0000 Received: by bwz1 with SMTP id 1so3956826bwz.13 for ; Tue, 01 Dec 2009 05:58:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=CYQGm/AzE6ZyC0GhQkCHY1z6rvZbCfP+dT2IZvn7WVs=; b=VD0xNEvJtAattUbi1OD/xhVVUyNrJRoVuJ1jJWMyzovT59VkQOkUWfyTRaoCjmVZAj UajpQqPSubifSPK4s067jd3gw+Z4FAg3ChoUrfY8aVmy5XyuGm9Z+YTQMqCGz6MBMh1G fDToLK4QaHeC/ykPYOii8W8OlVF4DpEz+2r6E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lAednRrnbdrAYfzHG0pgjY9VKx5hNcKlUrvRl8XDg8fXOpQ5dLUOamudGoOym1S/rz P+/qphdlShkHJSGWxZt4SLVdn+xGD0u/JKFh4ZNlbLPhgV1xzRF2GhRbQRoKa0tu6I6w d6euYjlwgagBIWIkk5Mil8ogyq0gG7qeKyFtk= MIME-Version: 1.0 Received: by 10.204.10.2 with SMTP id n2mr6052923bkn.91.1259675887528; Tue, 01 Dec 2009 05:58:07 -0800 (PST) Date: Tue, 1 Dec 2009 14:58:07 +0100 Message-ID: Subject: Removing variables From: =?ISO-8859-2?Q?Ryszard_=A3ach?= To: jmeter-user@jakarta.apache.org Content-Type: multipart/alternative; boundary=00032555abdaceea5e0479ab25dc X-Virus-Checked: Checked by ClamAV on apache.org --00032555abdaceea5e0479ab25dc Content-Type: text/plain; charset=ISO-8859-1 I'm preparing a test profile using regexp and xpath extractors quite extensively. Each matching extractor creates some variables local to thread and if the thread is looping over the thread group, then there is a risk, that variables from previous thread group run will be used in the next one. Is there a smart way for avoiding this? I've tried to add beanshell sampler at the and of profile removing those variables, but it is hard to maintain with big profile. Is there a 'clear variables each iteration' checkbox similar to that one for cookies? Maybe changing testing strategy e.g. that way: * add constant timer e.g.60 000 ms to the profile * set big amount of threads (10000) * set long ramp-up period (3600 s) * set thread group so, that every thread goes through it only once What do you think about? R. -- "First they ignore you. Then they laugh at you. Then they fight you. Then you win." - Mohandas Gandhi. --00032555abdaceea5e0479ab25dc--