On 28 July 2015 at 15:41, Onl <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
