user63898
user63898

Reputation: 30895

How to get the Thread group name in Jmeter dashboard APDEX view?

Is there any way to present the Thread group name in which the tests are run somewhere here : enter image description here

Upvotes: 1

Views: 606

Answers (1)

Dmitri T
Dmitri T

Reputation: 168042

You can add __threadGroupName() function as prefix or postfix for the sampler, this way it will be added to the sampler label everywhere: in .jtl file, reports, charts, etc.

  • JMeter Test Plan:

    enter image description here

  • Dashboard:

    enter image description here

The function is available since JMeter 5.0

Upvotes: 2

Related Questions