Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 90134 invoked from network); 24 Jun 2009 05:09:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 05:09:57 -0000 Received: (qmail 95061 invoked by uid 500); 24 Jun 2009 05:10:08 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 94992 invoked by uid 500); 24 Jun 2009 05:10:07 -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 94982 invoked by uid 99); 24 Jun 2009 05:10:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 05:10:07 +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.221.189 as permitted sender) Received: from [209.85.221.189] (HELO mail-qy0-f189.google.com) (209.85.221.189) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 05:09:58 +0000 Received: by qyk27 with SMTP id 27so852791qyk.11 for ; Tue, 23 Jun 2009 22:09:37 -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=PD3n66x43GT0qIpZI85uRYAQi4nBYCiCp+FIRfHD7wY=; b=I8cH87L3qCD0y7HfzPI4sya1gpupHanN24qBmmF95dnsX7P9LkXxu54QgpdG8e5dxO Y/MVtDxY90idnaRngmk39bBeD0NqylBQuFaFv3OgNm/QWTAU35kVw0ceKxuqVYW65teZ Ia4pJd24BJSGL+odgSmp2H9q94PBn/wUevszY= 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=COKlLgPA5bOQ2XVBBJ9NcVB/FUWxZkWS7f2ERUtVjG4OZNgYzs0q8f8twxibRixohQ 8x3ZHtM5dMo10OiSHxpCJmbqmQVlviWdyReXI1qXMnrnOJ1sq0lKyD3nIiOKQvYvNC76 AYNr7hkQOX39yuA7Hov8q08md+fwiUoyfuPGY= MIME-Version: 1.0 Received: by 10.220.46.20 with SMTP id h20mr1152478vcf.55.1245820177701; Tue, 23 Jun 2009 22:09:37 -0700 (PDT) In-Reply-To: <24178689.post@talk.nabble.com> References: <24178689.post@talk.nabble.com> Date: Tue, 23 Jun 2009 22:09:37 -0700 Message-ID: <4483c26c0906232209t329c77a3x6d111198b31de453@mail.gmail.com> Subject: Re: Excluding jpeg, js, png files while recording From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=0016364ecd80255c50046d111d6a X-Virus-Checked: Checked by ClamAV on apache.org --0016364ecd80255c50046d111d6a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit hi Depends on what you want out of your test and on other factors a. Do you want to find out if there are logical/functional problems when your application is accessed concurrently only, then you can exclude static files b. Do you want to see generally how your application responds to different loads and how well it scales, then you can exclude static files c. If you need to figure out to a reasonable degree of accuracy , how much time a page takes (perhaps to see if your response time SLA's are met )then you might need to consider these if a. You do not have a separate webserver for your static content v/s your app b. You do not have caching headers configured for your static content Note that even in this case you cant really measure browser render times, browser cache behaviors, proxy caches etc all of which will influence the response time. The browser will also execute some requests in parallel.If this is your requirement, You might consider using a different tool for your test which actually drives the browser and records it. Im sure other factors/scenarios exist as well. regards deepak On Tue, Jun 23, 2009 at 9:54 PM, Jmeter_User wrote: > > Hi All, > I have a question regarding excluding the .jpeg, .png, .js, .gif files > while recording. > > Is it advisable to exclude these while recording and performing the load > test excluding those? > > Because if I dont exclude, many http request's get created for each of the > js or jpeg files. When I will do the load test, it will request the server > for each of those files and will consume server. Which will affect the > response times for other transactions/steps. If I disable or exclude the > images or js files, the response time may be improved for other > transactions/steps. > Some places its mentioned its advisable to exclude it, just want to > confirm > on it. > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/Excluding-jpeg%2C-js%2C-png-files-while-recording-tp24178689p24178689.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 > > --0016364ecd80255c50046d111d6a--