https://issues.apache.org/bugzilla/show_bug.cgi?id=57321
Chaitanya Bhatt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #7 from Chaitanya Bhatt <[email protected]> --- (In reply to Chaitanya Bhatt from comment #6) > Created attachment 32285 [details] > Grafana output > > Notice that there is no effect on the Total transactions reported to > InfluxDB by the BackendListener even after bumping up the thread. Philippe, To add more info on this issue: The cumulated total,success an failure value does not seem to show values from more than 1 jmeter agent when executed in distributed mode. I confirmed this by running a query against InfluxDb: select sum(value) from jmeter.cumulated.total where time > now() - 10m immediately after finishing the test and saw that the query returned only half as much many of transaction executed. For comparison purpose I had the summary report listener turned ON, which reported accurate metrics and this helped me prove that there is indeed a discrepancy in BackendListener. However, the fix in r1643716 seems to have fixed the cumulated thread count issue. It does reflect total thread accurately when run in distributed mode. I also suspect individual success and failure metrics are also not accurate. However, I am -- You are receiving this mail because: You are the assignee for the bug.
