Emulating a browsers resource download patterns

2011-10-09 Thread David Parks
A browser typically opens about 4 connections to download all of the resources of a page. I'd naturally like to emulate this behavior in my test cases. I see that the HTTP Request Sampler has an option to do exactly this with the parsed Embedded Resources. But the HTTP Request Sampler only

RE: Emulating a browsers resource download patterns

2011-10-09 Thread David Parks
need you to estimate this answer (for e.g. if you get values for each individual resources then using firebug and the network tab you can figure out the time for page load). regards deepak On Sun, Oct 9, 2011 at 9:34 AM, David Parks davidpark...@yahoo.com wrote: A browser typically opens about 4

RE: Emulating a browsers resource download patterns

2011-10-10 Thread David Parks
with change. However yes the embedded resources is limiting and you should raise feature requests where you feel it lacks. Issue has already been discussed multiple times in the archives :). regards deepak On Sun, Oct 9, 2011 at 11:11 AM, David Parks davidpark...@yahoo.com wrote: Thanks

RE: Emulating a browsers resource download patterns

2011-10-10 Thread David Parks
Ugg, please ignore this. Oblivious user mistake - I had it set to total iterations. -Original Message- From: David Parks [mailto:davidpark...@yahoo.com] Sent: Monday, October 10, 2011 11:30 AM To: 'JMeter Users List' Subject: RE: Emulating a browsers resource download patterns Thanks

RE: Question about ThrouputController

2011-10-12 Thread David Parks
I did this as follows: * Thread group (define how many requests should be going through at one time) * Random Controller (pick any of the sub controllers at random each iteration) * Throughput Controller A [10%, By Percent] * Throughput Controller B [40%, By Percent] * Throughput

RE: Question about ThrouputController

2011-10-12 Thread David Parks
executions = KO 8/ 24 = I get 8 executions = 33% KO 5 / 24 = I get 5 executions = 20% OK Regards Philippe On Wed, Oct 12, 2011 at 7:31 PM, David Parks davidpark...@yahoo.com wrote: I did this as follows: * Thread group (define how many requests should be going through at one time) * Random

RE: Question about ThrouputController

2011-10-12 Thread David Parks
. 7 / 24 = 30 % = I get 7 executions = OK 4 / 24 = 10% = I get 4 executions = KO 8/ 24 = I get 8 executions = 33% KO 5 / 24 = I get 5 executions = 20% OK Regards Philippe On Wed, Oct 12, 2011 at 7:31 PM, David Parks davidpark...@yahoo.comwrote: I did this as follows: * Thread group