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 A1EFF4F73 for ; Sat, 4 Jun 2011 19:00:11 +0000 (UTC) Received: (qmail 39929 invoked by uid 500); 4 Jun 2011 19:00:11 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 39870 invoked by uid 500); 4 Jun 2011 19:00:11 -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 39861 invoked by uid 99); 4 Jun 2011 19:00:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 19:00:11 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2011 19:00:04 +0000 Received: by gxk19 with SMTP id 19so1478628gxk.31 for ; Sat, 04 Jun 2011 11:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=OXQYl1OEfp+gNA4kdTSMfgKL866ubXmIqSYvAv/Hg8I=; b=Ak5riTxbaLefpkA/+ceOFKHepRj/ShzqrQxxaUtMC9E8mRvGn4VePWsMGOAvOWTLeB JgXeMcbM1BpvZLfSSHR0VU7KOs+DK6lNL55Nmy48f+AAkj8vD20LrqQu926OSOqcI7Bp /HpBNLK6yJ/h2njzBgdjf0wWrtHOmmUA5HGqE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=d+t2wPTPH8MGpCS4tEoWbYl7g9nHlYoaRq2BAFDsS+d8FdEuSTdFVywHKRx5aREcGX 6Wfs2sbKm4kZnGiZ2aA751uojpYKA12slwc6Hf/c3lCoEUeddvlKs5JQtBQSKLno0X/E flAnR7Ui+zavYRzQy3MI0/ghhhdnRn/ITDh4k= MIME-Version: 1.0 Received: by 10.150.250.5 with SMTP id x5mr2869485ybh.174.1307213981591; Sat, 04 Jun 2011 11:59:41 -0700 (PDT) Received: by 10.151.79.9 with HTTP; Sat, 4 Jun 2011 11:59:41 -0700 (PDT) In-Reply-To: References: <1307182912758-4453629.post@n5.nabble.com> <1307183434837-4453640.post@n5.nabble.com> <1307186235095-4453743.post@n5.nabble.com> <1307186731116-4453759.post@n5.nabble.com> <1307188135548-4453787.post@n5.nabble.com> <1307212808148-4454522.post@n5.nabble.com> <1307213043038-4454537.post@n5.nabble.com> Date: Sat, 4 Jun 2011 11:59:41 -0700 Message-ID: Subject: Re: Using values from DB for a HTTP request From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd5168004aa7a04a4e779f3 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5168004aa7a04a4e779f3 Content-Type: text/plain; charset=ISO-8859-1 just to expand on that. If you setup jmeter for multiple threads then each thread will execute the JDBC request and each thread will loop through all the results. This is probably not what you want. Usually you have say a 100 users and you want say 10 threads to pick up one from this. As before your best bet is the CSV. On Sat, Jun 4, 2011 at 11:54 AM, Deepak Shetty wrote: > surely you dont want to do this in 1 thread. > > > On Sat, Jun 4, 2011 at 11:44 AM, pavelz wrote: > >> My next step would be automating a loop that would go through all the >> users >> and passwords that are stored. >> Let's see how can I do it... If someone has a suggestion, I'd be really >> happy to hear it! >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/Using-values-from-DB-for-a-HTTP-request-tp4453447p4454537.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> > --000e0cd5168004aa7a04a4e779f3--