Can I start users from a csv line other than the 1st line?

I have a csv file containing 100 users. I have 4 Injectors. I want to start 25 users on each Injector. How can I start users 1-25 on Injector 1, 26-50 on Injector 2, and so forth? Do I need to create 4 different csv files?

There’s 2 ways you can handle this. You can decide which one works best for you.

  1. In the Injector properties, there is a “ruser start index”. You can set a different start index for each injector. So in your case, for Injector 1, your start index will be 1. Injector 2 start index will be 26, and so on.
  2. As you mentioned in your question, you can create different csv files for each Injector. In this case, your start index can be 1 for all Injectors.
1 Like

@moni.g You can also define a range for your CSV file so they will use the 25 lines of the CSV file for each Injector.

Screenshot_15

1 Like