You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Onl <on...@nyc.rr.com> on 2015/07/28 16:41:52 UTC

Which transaction controller group is the sampler from ?

Hi, 
Reposting and rephrasing, hopefully a clearer question. 

We are analysing the csv data file. 
Is there any way to know what transaction controller group a given sampler (http request )  
is from?  
Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Which transaction controller group is the sampler from ?

Posted by sebb <se...@gmail.com>.
On 28 July 2015 at 15:41, Onl <on...@nyc.rr.com> wrote:
> Hi,
> Reposting and rephrasing, hopefully a clearer question.
>
> We are analysing the csv data file.
> Is there any way to know what transaction controller group a given sampler (http request )
> is from?

The CSV data file by default includes the sampler label in each record.
This can be used to tie the sample to the sampler and therefore the TC
group that includes it.

If your test plan has multiple samplers with the same label, you will
need to use additional context (e.g. the neighbouring sample labels in
the same thread) in order to disambiguate the sample.

It helps to have a clear convention for naming samplers and
controllers when creating test plans that have lots of samplers.

> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org