Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-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 38DC57A0A for ; Wed, 12 Oct 2011 17:13:30 +0000 (UTC) Received: (qmail 40549 invoked by uid 500); 12 Oct 2011 17:13:29 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 40522 invoked by uid 500); 12 Oct 2011 17:13:29 -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 40513 invoked by uid 99); 12 Oct 2011 17:13:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 17:13:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pbossu@gmail.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vx0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 17:13:22 +0000 Received: by vcbfo11 with SMTP id fo11so948216vcb.31 for ; Wed, 12 Oct 2011 10:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=cvKIDRPDKed5Pnwzm4R34Pt0NbrUiVuHKKU9Qc5ilVo=; b=RJ2/cbwO7+grxV758/xzagwjzkexG44tM1lxecYRx4yft4piyx0v0rpP53gTjLn3ae FuhqDKtD9OGqGHLVnmCRq5iizAylvX5D2mOmM1BKI3DtdzDypWzR440muPNef0YzzeNt z3urxCVvZbjuMvu4ouLgwfHQwkQHR9OimTwDU= MIME-Version: 1.0 Received: by 10.52.34.84 with SMTP id x20mr24535680vdi.96.1318439581323; Wed, 12 Oct 2011 10:13:01 -0700 (PDT) Received: by 10.52.181.195 with HTTP; Wed, 12 Oct 2011 10:13:01 -0700 (PDT) Date: Wed, 12 Oct 2011 19:13:01 +0200 Message-ID: Subject: Question about ThrouputController From: Philippe Bossu To: jmeter-user@jakarta.apache.org Content-Type: multipart/alternative; boundary=20cf30780d9ae711a504af1d222b X-Virus-Checked: Checked by ClamAV on apache.org --20cf30780d9ae711a504af1d222b Content-Type: text/plain; charset=ISO-8859-1 Hello, First thank's for your help and great JMeter product. I have the following requirement. I would like to execute 4 different samples at the following frequence: - 10% for A - 40% for B - 30% for C - 20% for D A,B,C and D do search on different criterions. At least one of them must be executed because next sampler will use the search result. I tried to use ThroughputCOntroller but when I ran it once, none of the 4 is executed. Random Controller does not do the job. InterleaveController as parent of TPC may be an option but I don't understand how to use it with others SwitchController might also be an option based on a question sebb answered to on the mailing list but how to randomize ? Thank you for your help. Regards --20cf30780d9ae711a504af1d222b--