Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 51603 invoked from network); 6 Jul 2009 17:49:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 17:49:59 -0000 Received: (qmail 24490 invoked by uid 500); 6 Jul 2009 17:50:09 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 24424 invoked by uid 500); 6 Jul 2009 17:50:09 -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 24414 invoked by uid 99); 6 Jul 2009 17:50:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 17:50:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-px0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 17:49:59 +0000 Received: by pxi5 with SMTP id 5so3677262pxi.11 for ; Mon, 06 Jul 2009 10:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=S2Kc3qlS1uhK5m5J5TBClngu0ZH5pYKDCao4tCkm+xc=; b=c0nMltxplRd6rVv/j2QvdCeMnDGkacxBIfadUPHwYkzaL7C6v9pJZkw8igjEer8uEC iw4YsY4UfVHFsQ1dG5vjJjjWdlBw/mhrrZIvsS/eNHPxOxKxsHGmiVUEH6zpF18bZqCs zjZP094vPP3M/9TneppIyoJ8u0uKx6sLNapaw= 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=oBmWP0VCnoNI6CSlte+XaPk/OK/oTQfLpjgnSH9Sk9rRYZfNcF6nJtD7UajjhvLJeK 8fa1sOhGMef2THgoKCkyZlAcnSDOZQt41GJerIMyLCr0L/KRO+C7ZKx0eD/XEXDBSwM7 Ubsn3NVL16nNK9PmqFn5GN2QvuFy3BDDxovLE= MIME-Version: 1.0 Received: by 10.140.226.14 with SMTP id y14mr2756721rvg.138.1246902579002; Mon, 06 Jul 2009 10:49:39 -0700 (PDT) In-Reply-To: <970af25c0907060202k60a098c7jd82f5af810b77de5@mail.gmail.com> References: <24340237.post@talk.nabble.com> <970af25c0907060202k60a098c7jd82f5af810b77de5@mail.gmail.com> Date: Mon, 6 Jul 2009 10:49:38 -0700 Message-ID: <4483c26c0907061049j47910e7dk46dd9cfd7a715d13@mail.gmail.com> Subject: Re: Calculating average response time for each transactions when it contains many images From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd151de4a7e5c046e0d21db X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd151de4a7e5c046e0d21db Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request Retrieve All Embedded Resources from HTML Files However note that the browser behavior is mostly unpredictable and a function of various caches so the values you get here are just ballpark estimates . This wont include browser render times etc.. regards deepak P.S. if you just want to group requests http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transaction_Controller On Mon, Jul 6, 2009 at 2:02 AM, Andrew Melnyk wrote: > Can anybody expand on the problem below mentioned? > > 2009/7/5 Jmeter_User > > > > > Hi All, > > I have started using Jmeter recently. I am having a query on how to find > > out the average respone time of the transaction when it includes images > and > > java scripts as > > > > part of its transaction. Because I could see the response time given by > > Jmeter is less than response time given by Load Runner for the same > > transaction recorded in > > > > jmeter and load runner, when there are some images in the page. > > The reason I could guess is, in Load runner, the response time is > including > > the images downloaded on the page along with the transaction, but in case > > of > > jmeter, the > > > > transaction response time is excluding the images downloaded, because the > > images repsones time will be shown as separate request, as its records > each > > images as a > > > > separate request. > > I am testing one application which is similar to search engine, > > While recording, if the page is having many images and some java scripts, > > then all those are added in as individual http requests and along with > the > > actual > > > > searchresults.aspx request. In this situation I am not able to find out > > exact time taken for the search along with image download, because if I > > just > > consider the > > > > response time of searchresults.aspx, it may be less, as it is excluding > the > > resposne times of the images and java scripts on the same page. > > > > For eaxmple : > > If I have the page with http requests recorded scripts are like: > > > > http://forexample.com/download.gif > > http://forexample.com/required.js > > http://actualsearchresults.aspx > > http://forexample.com/finalimage.gif > > > > > > If I run the script like above, I will get response times of individual > > reuquests and total avergae at the end in aggragte and summery report. > How > > can I consolidate > > > > all the images, jave sripts and actual search aspx response times. > > Application having many images and java scripts, there will be many http > > requests separtely shown in Jmeter for each image and each java script. > > Which is confusing me > > > > to find the exact response time of the transaction which includes images > > and > > java scripts as part of its transaction. > > > > Please let me know is there any way to do it or is there any way of > > recording. I dont want to exclude images, becasue if I tried excluding > the > > images and java scripts, > > > > I get response times very less compared to running the same transaction > in > > load runner. > > -- > > View this message in context: > > > http://www.nabble.com/Calculating-average-response-time-for-each-transactions-when-it-contains-many-images-tp24340237p24340237.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 > > > > > --000e0cd151de4a7e5c046e0d21db--