Bug 66116 - The Throughtput Controller Can't Take The variables Fair From CSV Data set Config maybe
Summary: The Throughtput Controller Can't Take The variables Fair From CSV Data set Co...
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC
: P2 major (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-14 08:05 UTC by TaoLu
Modified: 2022-06-14 08:05 UTC (History)
0 users



Attachments
The Jmx script (7.52 KB, application/xml)
2022-06-14 08:05 UTC, TaoLu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TaoLu 2022-06-14 08:05:07 UTC
Created attachment 38315 [details]
The Jmx script

When there are multiple controllers, it is found that the distribution of values is uneven


the result file:
timeStamp,elapsed,label,threadName,success,URL
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler2,Thread Group 1-1,true,http://1.1.1.1:22/hi
1655192394865,0,BeanShell Sampler1,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler2,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://1.1.1.1:22/hi
...

count 1.1.1.1=200
count 2.2.2.2=400

The desired result is that the sampler sends the same number of requests to both host
Is there any other good way
Comment 1 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5678