I would use 'Transaction Controller' to group sequence of requests that you
want to sum up responses and other stats. the transaction controller
response time is equal to the sum of all grouped requests.
Thanks,
Sastry
On Sun, Sep 8, 2019 at 7:59 PM Deepak Shetty <shettyd@gmail.com> wrote:
> Hi
> By parallel sampler , do you mean a sampler that is running on a separate
> thread ? If yes then there isnt any easy way - In such cases its better to
> capture the raw data and aggregate using your favorite analytic tool
>
> If you just mean the next sequential sampler which runs on the same thread,
> you could use the transaction controller as suggested by the other poster.
>
> regards
> deepak
>
> On Sun, Sep 1, 2019 at 6:14 PM Flavio da Silveira Pepino <
> flavio6311@gmail.com> wrote:
>
> > Is there a way to sum the response times of two requests with identical
> > name on the same name iteration as if they were the same one.
> > I' like that to sum the response time of a parallel sampler to the
> primary
> > request since the parallel request's response time is part of the
> response
> > time of main request.
> >
> > Or maybe is there another way to do that?
> >
> > Thanks
> > Flavio
> >
>
--
Thanks
SASTRY
|