The easiest option I can think of is adding __threadGroupName() <https://jmeter.apache.org/usermanual/functions.html#__threadGroupName> function as a prefix/postfix to Sampler labels, this way you will be able to distinguish which thread group does the sampler belong to. See Apache JMeter Functions - An Introduction <https://www.blazemeter.com/blog/apache-jmeter-functions-introduction> article for more information no JMeter Functions concept.

You will need to re-run your test to see the change.

If your Thread Groups have different names you can check *threadName *column of the .jtl results file <https://cwiki.apache.org/confluence/display/jmeter/JtlFiles> and append the name of the Thread Group to the *label* column using a shell script/LibreOffice Calc/program/etc.

You will need to re-generate the dashboard from the .jtl results file <https://jmeter.apache.org/usermanual/generating-dashboard.html#report_only> to see the change.

On 4/12/2022 12:17 PM, Smruti Koyande wrote:
Hii,
I have a JMeter test plan with multiple thread groups. When I execute my
test plan and generate a dashboard report, it shows all the samplers with
their statistics. I want to segregate the report to show results for each
thread group separately in the same report.

is any way to do this.

Reply via email to