Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 82790 invoked from network); 18 Jan 2008 15:50:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 15:50:22 -0000 Received: (qmail 16900 invoked by uid 500); 18 Jan 2008 15:50:10 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 16880 invoked by uid 500); 18 Jan 2008 15:50:10 -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 16867 invoked by uid 99); 18 Jan 2008 15:50:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 07:50:10 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=FS_REPLICA,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 72.14.202.177 as permitted sender) Received: from [72.14.202.177] (HELO ro-out-1112.google.com) (72.14.202.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 15:49:55 +0000 Received: by ro-out-1112.google.com with SMTP id m6so113576roe.3 for ; Fri, 18 Jan 2008 07:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=te3ijjpoPaQVc6z/0qwexbaA0523jaatYEjx5q3cAbU=; b=OfmQVq6xmYDqV1eNFy3ITjkF9fUhi196NFL92uqJD8q/7++8ZaEhVimq/sBx8yClGnrZflFrrrYWqjLovQg8Qo5rI83vX3HLJiC0MY1reTB6x6y3GyANEuSoheyZso3dnYuqKBcOf4cu4aYy3FVKKDCb5SiQMq6R6w4OkjLepDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DqK54o5OhM01oggtfE8NkaWELS16bab40RimSm9XbcWNNlq3fyLW62vRzx0EfHtks8Hn0jTmWudCB48U0TH2aL6osYKN62rg52kCdKDgIz6NIxWUwB1Vtir1fpwbLyAoyx94Jh40AMbi//vrfIIQvmhmHg4kGMA7WOB5KEEDkW4= Received: by 10.142.79.15 with SMTP id c15mr2148573wfb.18.1200671383764; Fri, 18 Jan 2008 07:49:43 -0800 (PST) Received: by 10.142.163.17 with HTTP; Fri, 18 Jan 2008 07:49:43 -0800 (PST) Message-ID: <25aac9fc0801180749m61ddcfdfhe79f25acf5e1e063@mail.gmail.com> Date: Fri, 18 Jan 2008 15:49:43 +0000 From: sebb To: "JMeter Users List" Subject: Re: How to replicate a load testing with user session? In-Reply-To: <14950997.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14950997.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 18/01/2008, Edward_Herrera wrote: > > I am performing a load testing for a web-based application. I am using the > Access Log Sampler using the log file with common logging pattern and with > the parser OrderPreservingLogParser. I added a HTTP Cookie Manager but the > user sessions are missing. What do you mean - they are missing? > How can I replicate the user sessions as appears in the log file? The session ids are normally private to the server. > These are some lines of my log file. do I making something wrong?. Thanks I > appreciate your help. > 127.0.0.1 - - [16/Jan/2008:23:34:05 -0800] "GET > /MINSite/UserLogin?name=36&pass=36&to=&btnsignin2=enviar HTTP/1.1" > C46054019E4BDBF7DB9878A539E42087 > 127.0.0.1 - - [16/Jan/2008:23:34:07 -0800] "GET > /MINSite/UserLogin?name=30&pass=30&to=&btnsignin2=enviar HTTP/1.1" > E9492813766343D8FD71565609AD53B7 > 127.0.0.1 - - [16/Jan/2008:23:34:07 -0800] "GET > /MINSite/UserLogin?name=44&pass=44&to=&btnsignin2=enviar HTTP/1.1" > FF052120D0D0CC1748EFBB6C4D4A56CF I assume the above 3 lines are logins? And the hex number is a session id? > 127.0.0.1 - - [16/Jan/2008:23:34:08 -0800] "GET /MINSite/BuscarInvoices > HTTP/1.1" FF052120D0D0CC1748EFBB6C4D4A56CF > 127.0.0.1 - - [16/Jan/2008:23:34:08 -0800] "GET /MINSite/BuscarInvoices > HTTP/1.1" E9492813766343D8FD71565609AD53B7 > 127.0.0.1 - - [16/Jan/2008:23:34:07 -0800] "GET /MINSite/BuscarInvoices > HTTP/1.1" C46054019E4BDBF7DB9878A539E42087 > 127.0.0.1 - - [16/Jan/2008:23:34:08 -0800] "GET /MINSite/BuscarInvoices > HTTP/1.1" FF052120D0D0CC1748EFBB6C4D4A56CF > 127.0.0.1 - - [16/Jan/2008:23:34:08 -0800] "GET /MINSite/BuscarInvoices > HTTP/1.1" E9492813766343D8FD71565609AD53B7 > 127.0.0.1 - - [16/Jan/2008:23:34:08 -0800] "GET /MINSite/invoices.jsp > HTTP/1.1" C46054019E4BDBF7DB9878A539E42087 It looks like there are three interleaved sessions here; these need to be handled in separate threads. Try extracting just the lines for a single session, and see how that works. > -- > View this message in context: http://www.nabble.com/How-to-replicate-a-load-testing-with-user-session--tp14950997p14950997.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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org