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 BC4AB768D for ; Sat, 5 Nov 2011 05:22:20 +0000 (UTC) Received: (qmail 47071 invoked by uid 500); 5 Nov 2011 05:22:20 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 46982 invoked by uid 500); 5 Nov 2011 05:22:16 -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 46966 invoked by uid 99); 5 Nov 2011 05:22:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 05:22:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.213.43 as permitted sender) Received: from [209.85.213.43] (HELO mail-yw0-f43.google.com) (209.85.213.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 05:22:06 +0000 Received: by ywp17 with SMTP id 17so3935610ywp.2 for ; Fri, 04 Nov 2011 22:21:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nWQzLjQ8sS9MBpA2V/V2Z9CwFZENbDj6Qot9nxdVh/Y=; b=rTYwCHvjHRbBmpD7IAIHhFBUjXDDoh+rnBvra7BZ/BbZKoKtoXYqhIXdoqviEX0Izs +S7XCbNgYdic5qt6riAsn5MA341QPNOBotpk3FJgI12/8YcTrqZivoOi+amCACIx3KkU eieemaYpYV6s6emkNI4rfewYaoyee/TF41f8A= MIME-Version: 1.0 Received: by 10.182.216.105 with SMTP id op9mr3591703obc.57.1320470505616; Fri, 04 Nov 2011 22:21:45 -0700 (PDT) Received: by 10.182.57.131 with HTTP; Fri, 4 Nov 2011 22:21:45 -0700 (PDT) In-Reply-To: <9C0AB8DC-ADEA-4447-B34A-F9AFB37BEA7C@clemson.edu> References: <9C0AB8DC-ADEA-4447-B34A-F9AFB37BEA7C@clemson.edu> Date: Fri, 4 Nov 2011 22:21:45 -0700 Message-ID: Subject: Re: Distributed testing w/ CSV file and multiple threads From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d0447f0a66c76d204b0f5ff8a X-Virus-Checked: Checked by ClamAV on apache.org --f46d0447f0a66c76d204b0f5ff8a Content-Type: text/plain; charset=ISO-8859-1 Use 80 threads. Each remote machine would kick off that many The CSV file must be available at each machine , so in order to do what you want , you will have to preprocess the files and split them up into separate files so that each remote machine gets a distinct set of data On Nov 4, 2011 12:04 PM, "CHARLES BAKER" wrote: > So, I intend to use meter with 10 remote machines. I would like each of > those machines to run 80 threads. Should the thread group be configured > with 80 threads or 800? > > Also, the test plan is configured to pull userid and passwords from a CSV > file. Will each of the 10 machines begin at the first data line of the > file? If so, can someone point me to a method to make say machine 0 start > at line 0, machine 1 start at line 80, machine 2 start at line 160 and so > on? > > I read about sharing mode at > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Configbut that doesn't seem to address this use case. > -- > Charles H. Baker, Systems Programmer II CCIT/CSO > Don't see me in my cubicle? Try AIM: rascharles GTalk: > chbaker@g.clemson.edu > chbaker@clemson.edu | o: 864.656.8069 | gv: 864.990.1297 > True stability results when presumed order and presumed disorder are > balanced. > A truly stable system expects the unexpected, is prepared to be disrupted, > waits to be transformed. Tom Robbins > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --f46d0447f0a66c76d204b0f5ff8a--