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 CC98B17321 for ; Thu, 9 Oct 2014 16:24:06 +0000 (UTC) Received: (qmail 15942 invoked by uid 500); 9 Oct 2014 16:24:06 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 15899 invoked by uid 500); 9 Oct 2014 16:24:06 -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 15888 invoked by uid 99); 9 Oct 2014 16:24:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 16:24:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 16:24:01 +0000 Received: by mail-wg0-f41.google.com with SMTP id b13so1743382wgh.0 for ; Thu, 09 Oct 2014 09:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SXmAsVFEPAxVWr7GfObc66DWGjhaUaAEyOfHcXSm5Wc=; b=fONwy8JWhFs/V+99T+qsnzjVNfvdCUhYgRW8OQSk4eMQ0gWnW9Y8dGTe5ywQEWvmOY /5snj6rZF95RljsXH3J2qQcSlmrqy9svJllHDaLdKm9k4Ue2QWXMfW1aRbL0cLyc3tBx 4ieCkeHLBqzXS0GiXBpKAMm0Nocdnv05ctct/9x/52pcVMamm1deEwgDbni6rnfKTIeG DYXm5nT8BodIS8inSDLh3xHx5SzfLcrKv9qraOGhvoXGlgZXaWhBWS2G3slzRjDtuzv7 c84+6UvSfSQL6KMXpe57ggVaK5aTeEVsvfZP9aRbJpYI3B0y5GiajSvIhYri9Tgha9a3 /W4A== MIME-Version: 1.0 X-Received: by 10.180.94.227 with SMTP id df3mr41230800wib.8.1412871820483; Thu, 09 Oct 2014 09:23:40 -0700 (PDT) Received: by 10.194.167.74 with HTTP; Thu, 9 Oct 2014 09:23:40 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 Oct 2014 09:23:40 -0700 Message-ID: Subject: Re: Problem when looping through multiple CSV lists of URLs From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d044480eff92e640504ffda4f X-Virus-Checked: Checked by ClamAV on apache.org --f46d044480eff92e640504ffda4f Content-Type: text/plain; charset=UTF-8 >but I want each "HTTP Request" to have it's own name to distinguish between them. Keep a single file - put the name as part of file (so name,url) and use ${name} in your HTTP request name >I've tried using a While Controller, which works for the first list, but it never runs any subsequent ones: Probably you need to see jmeter.log - probably you have an infinte loop - adding a debug sampler +view results tree helps to see what is happening. However this is probably not what you want to do right? Do you want all URLs of Data A to complete before you move onto Data B? regards deepak On Thu, Oct 9, 2014 at 8:10 AM, Mark Hanford wrote: > Hi, folks. I'm pretty new at JMeter, so apologies if this is either a daft > question, or I'm approaching the whole idea from the wrong angle. > > I have a list of about 1000 URLs in our product that I need to hit and > measure. They are from various areas of the product, so it doesn't make > sense to compare them all as a single set, so they have been split into 10 > files of ~100 URLs each. > > I would like (I think) a bunch of threads to start up, and hit all 1000 > pages, but I want each "HTTP Request" to have it's own name to distinguish > between them. > > I've tried using a While Controller, which works for the first list, but it > never runs any subsequent ones: > > Test Plan > Thread Group > While Controller > CSV Data Set Config - data-a.csv > HTTP Request - "Data A" > While Controller > CSV Data Set Config - data-b.csv > HTTP Request - "Data B" > > All the links in Data A are processed, and the results look good, but > nothing is ever run in Data B. > > Thanks, > > Mark > --f46d044480eff92e640504ffda4f--