Reputation: 49
I have a JMeter work flow where in the script has to perform the below scenario.
Right now, I have added the USER
, PASS
,TaskID
under the PackingTasksCSVConfig
Kindly help me to pass the correct values for the Thread Properties so that, 130 Users can perform 29000 requests accordingly.
Upvotes: 1
Views: 92
Reputation: 168002
In Thread Group:
130
to 224 (or tick
Infinite`)Supply sufficient data for 29000 requests in the CSV file
In the CSV Data Set Config
infinite
make sure to set Stop Thread on EOF
to True
If JMeter executes actions for performing the tasks in less than 2 minutes you will need to slow it down using Timers or implement Pacing
Upvotes: 2