Bug 63278

Summary: Controller Label Average column in Report summaries values of slaves
Product: JMeter - Now in Github Reporter: tswiftma
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 5.0   
Target Milestone: JMETER_5.1.1   
Hardware: PC   
OS:    

Description tswiftma 2019-03-22 20:30:40 UTC
After you generate an HTML report of results from data with multiple slaves (ex. 4 slaves), the controller Label displays the SUM of the slave averages. A sum value really makes no sense here at all, it should be an average of the slave results. It is very misleading.

For example, I have an API request for signout. JMeter currently displays the controller result as the sum of the average of the slave results. Instead of 12206 ms it should be the average of the 4 slave results or 3051 ms

/api/accounts/signout       12206 ms (controller result)
/api/account/signout-0      2739 ms
/api/accounts/signout-1       4227 ms
/api/accounts/signout-2       2694 ms
/api/accounts/signout-3       2545 ms
Comment 1 The ASF infrastructure team 2022-09-24 20:38:16 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5039