Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 66370 invoked from network); 14 Sep 2010 11:11:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 11:11:41 -0000 Received: (qmail 54632 invoked by uid 500); 14 Sep 2010 11:11:40 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 54471 invoked by uid 500); 14 Sep 2010 11:11:38 -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 54456 invoked by uid 99); 14 Sep 2010 11:11:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 11:11:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.17.212.138] (HELO mail.mpex.net) (81.17.212.138) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Sep 2010 11:11:30 +0000 Received: (qmail 10813 invoked by uid 515); 14 Sep 2010 11:11:07 -0000 Received: from unknown (HELO ?192.168.1.240?) (ff@mpexnet.de@92.230.121.112) by mail-new with ESMTPA; 14 Sep 2010 11:11:07 -0000 Message-ID: <4C8F584A.4070102@mpexnet.de> Date: Tue, 14 Sep 2010 13:11:06 +0200 From: Felix Frank User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6 MIME-Version: 1.0 To: JMeter Users List Subject: Re: Test plan for (970 page requests every 5 min) References: <1284075093708-2834285.post@n5.nabble.com> <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> In-Reply-To: <1284462298425-2838966.post@n5.nabble.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > This is an interesting topic and your answers are really informative. > Why do you recommand using Firebug? Is Firebug not loading static files and > apsx files simultaneously? Firebug's Net tab will illustrate Firefox's behaviour wrt. parallel downloads. You should use it to get an idea of how typical (non-Jmeter) client interaction works with your application. > An other question I have is: Do you have 'Retrieve All embedded reourses' > enabled or disabled when loadtesting a Webserver? I couldn't really make > that up from your previous posts in this topic. I'm not sure why Deepak doesn't like this feature. 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 Do note that there are caveats to this approach as well. Failure to load any embedded image or script will count as a page fault in your statistics and other effects. You should mess around with the different options to find out what works best for you. Cheers, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org