RE: Question about ThrouputController

2011-10-12 Thread David Parks
it may not execute. >> is it something possible ? >> >> By the way, percentages are not well respected. >> 7 / 24 => 30 % => I get 7 executions => OK >> 4 / 24 => 10% => I get 4 executions => KO >> 8/ 24 => I get 8 executions => 33%

RE: Question about ThrouputController

2011-10-12 Thread David Parks
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 wrote: > I did this as follows: > > * Thread group

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 Con

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 patter

RE: Emulating a browsers resource download patterns

2011-10-10 Thread David Parks
;s also has a maintenance problem of dealing 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

RE: Emulating a browsers resource download patterns

2011-10-09 Thread David Parks
ium instance can browse the site and record page times ). Using JMeter would 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,

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 pars