Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 27972 invoked from network); 15 Sep 2010 20:55:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 20:55:55 -0000 Received: (qmail 66555 invoked by uid 500); 15 Sep 2010 20:55:55 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 66507 invoked by uid 500); 15 Sep 2010 20:55:54 -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 66499 invoked by uid 99); 15 Sep 2010 20:55:54 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 20:55:54 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 20:55:32 +0000 Received: by wyi11 with SMTP id 11so799902wyi.31 for ; Wed, 15 Sep 2010 13:55:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=RdeRtbcf+9FSaDOQ2wYNJT3ve5DG7LHc2i16evM89Vs=; b=WT8b9Fn/PQrwf3l2pdh/C+qYKQexz75bbV1YGcifC2d3FaqUAoCUZcrUuKhgP7KH6D 1ZtuTGFXAwBfQrM8Xc7lKyHJ8qZRmM0/5yPRm1OK0PT0D8yDqvrmgK9mGSAgXoJ/IDzC LKogXghT9QElQ7g5EVIcwH0FjfZ1b8bty6oK8= 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=H6hNl8xEAxoBDnCPA/na3UpVsvz39Z7DoxDZu4ZaMiUqCAQhQEUiymSy2Tj4YeJzVo MY9bUbsLhMi6yY8Pq3DX+E1PJBmAraXxUhQaoU7FiMYTWUwieV3oFgK6f68lAhX2YBFc ztcajAtbjxQEspn28qUagSR/jvIq1NFvkX8gk= MIME-Version: 1.0 Received: by 10.227.157.3 with SMTP id z3mr875895wbw.173.1284583701595; Wed, 15 Sep 2010 13:48:21 -0700 (PDT) Received: by 10.216.17.16 with HTTP; Wed, 15 Sep 2010 13:48:21 -0700 (PDT) In-Reply-To: <1284583068465-2841343.post@n5.nabble.com> References: <1284143595676-2835419.post@n5.nabble.com> <1284400508091-2838092.post@n5.nabble.com> <1284415568573-2838341.post@n5.nabble.com> <1284421685057-2838443.post@n5.nabble.com> <1284462298425-2838966.post@n5.nabble.com> <4C8F584A.4070102@mpexnet.de> <1284583068465-2841343.post@n5.nabble.com> Date: Wed, 15 Sep 2010 13:48:21 -0700 Message-ID: Subject: Re: Test plan for (970 page requests every 5 min) From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=001485f6c76037c7ce04905273dc X-Virus-Checked: Checked by ClamAV on apache.org --001485f6c76037c7ce04905273dc Content-Type: text/plain; charset=ISO-8859-1 >would response times for A and B be the same? Should be pretty close. Differences may be due to a. JMeter has to parse the response for case b but doesnt have to do so for Case A. if your client is loaded then this may be significant b. The proxy records everything the browser requests. So if a CSS has a background image specified , it will be requested and recorded. The JMeter parser will request resources that are directly on the page i.e. the CSS file it wont parse the CSS file itself to download additional resources that the page might use. However the value should be close enough regards deepak On Wed, Sep 15, 2010 at 1:37 PM, Prostak wrote: > > >My personal rule of > >thumb is to always use it (in conjunction with the Cache Manager) to do > >what the browser does while > >a) using as few Samplers as possible and > >b) allowing Jmeter to compute average times based on times to load whole > >pages, not each tiny image under test > > I am testing a page http://example.com/en/default.aspx > The page contains 79 resources (axd, ico, jpg, gif). > > Two scenarios: > A) I record this page using proxy and I get 80 samples. I run the test. > B) I create a single sample default.aspx and select "Retrieve All > Embedded.." in it. I run the test. > > Talking strictly from Jmeter point of view, would response times for A and > B > be the same? > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2841343.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 > > --001485f6c76037c7ce04905273dc--