https://bz.apache.org/bugzilla/show_bug.cgi?id=66116
Bug ID: 66116
Summary: The Throughtput Controller Can't Take The variables
Fair From CSV Data set Config maybe
Product: JMeter
Version: unspecified
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38315
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38315&action=edit
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
--
You are receiving this mail because:
You are the assignee for the bug.