Hi,
     I don't think there is anything necessarily wrong with the current
behaviour, but it would be nice to be able to report back the total number
of HTTP samples when looking at the output of the Aggregate or Summary
results listeners.  When one configures an HTTP Sampler to download all
embedded resources, the individual resource samples do appear under the
parent request, but the parent request still reports a single sample.
     In my case, I needed to calculate throughput in GETs rather than
throughput in full-page fetches.  Enabling the fetching of all available
resources and reporting a sample per embedded resource did the trick faster
than configuring individual HTTP samplers per embedded resource.

Cheers

2010/2/12 sebb <seb...@gmail.com>

> On 12/02/2010, Eugene Rachitskiy <professoreug...@gmail.com> 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
> >
>

Reply via email to