Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7DEF9A55 for ; Wed, 11 Apr 2012 17:36:09 +0000 (UTC) Received: (qmail 82567 invoked by uid 500); 11 Apr 2012 17:36:09 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 82456 invoked by uid 500); 11 Apr 2012 17:36:09 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 82438 invoked by uid 99); 11 Apr 2012 17:36:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 17:36:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aielloster@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 17:36:00 +0000 Received: by werm1 with SMTP id m1so859791wer.2 for ; Wed, 11 Apr 2012 10:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=zAXTcC3L4LeJ6NltryKBCVUEWWoop33UCaoWhZj9mhM=; b=ZDkiCni/neyk+/GSGdBPnuPC2N+j91prxfEBvk0oKUO0uGsp2bEephtZ2+oCxiVsAM 0ena8+x6kUzRF3ek3ZSs+1aT73a04i0BFY9gjbmMmFqxQSqpnR0t9FhtGJypMEhZsSW7 9r1PyzSSkzZ7fzFGa8Io3doRWwA9nhehLwPPj7mYet8ywHDHE7YO6YqQdRXkG5sIA4yn K0ekkMHr2BFn8OnHPyKb/3MhSze4DMN69C1vRs3M6bxY2n+FHVhXA1cgaX6uldxaszn4 cpSuK9D3cAcHfXkObuU8pilfWnzkG3+0eA0ByF3832ehidLkIDvyP9lGyWur/Fwme5In Q3Ag== Received: by 10.180.24.7 with SMTP id q7mr8575155wif.11.1334165740079; Wed, 11 Apr 2012 10:35:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.99.7 with HTTP; Wed, 11 Apr 2012 10:35:09 -0700 (PDT) From: Jomebrew Date: Wed, 11 Apr 2012 10:35:09 -0700 Message-ID: Subject: Displaying a counter during load test To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 I run several instances of my script load testing a http based feature. An example of the script is where I have two thread pools. The first logs in to the http service and receives a security token. I export this token along with the user ID as a properties variable. The second thread pool uses the global properties value to log in with the existing token. Both thread pools run at the same time and are in a perpetual loop (unless an error occurs). One thread waits for push like events and the second sends various admin transactions. I want to be able to set a counter when I receive a response that contains some specific value. I want to display a counter of these events during runtime. Because I have 500 threads per instance and have hundreds of thousands of transactions, I use the aggregate stats tool. I would like to have the counter show up here but anywhere I can watch a set of user defined counters would be fine as long as I can still run 500 threads. Any advise would be appreciated. /Joe --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org