On 12/02/2010, Eugene Rachitskiy <[email protected]> wrote: > Hello Everyone, > > I'm new to this list, but have been working with JMeter for a couple > of years. When one has the HTTP or HttpClient samplers configured to > download all embedded resources, it would be nice to be able to configure > the sampler behavior in such a way that each embedded request (GET) would > count as a separate sample. For example, fetching an object that has two > images would report three samples rather than one.
It already reports one sample per image, it's just that the sample results are attached as child samples of the original sample. > At the moment, there does not seem to be a way of doing this other > than configuring a sampler/embedded resource. Is anyone interested in this > functionality? If so, I've put up a patch against 2.3.4/r786921 over at > http://svn.campuseai.org/patches/jmeter/samplePerRequest-2.3.4-786921.diff . What's wrong with the current behaviour? > Cheers, > > Eugene > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
