0

I need to configure Jmeter in a way that each thread takes a specific index of data only ...like first thread takes first 200 set of data, second thread takes second 200 set of data ,third takes third 200 set of data like wise. How do i do that ?

I need to configure Jmeter in a way that each thread takes a specific index of data only ...like first thread takes first 200 set of data, second thread takes second 200 set of data ,third takes third 200 set of data like wise.

1
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Commented May 10, 2024 at 8:21

1 Answer 1

0

The easiest is going for Extended CSV Data Set Config plugin which can allocate blocks of values to different virtual users.

enter image description here

The plugin can be installed using JMeter Plugins Manager

Otherwise you can put the values into different CSV files and read them with __CSVRead() and __threadNum() functions combination.

answered May 8, 2024 at 9:30
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.