My scenario is while doing distributed load testing through jmeter i want csv file should read in auto distributed manner . example if i have 100 users entry in csv data set config file and number of slave server is 10. so in normal scenario i have to keep csv file entry in arranged manner like
user1- to 10 at slave-1
user-11to20 at slave-2
.
.
.
user-91 to 100 at slave 3
so i want same csv file have entry of all 100 users should be placed at all slave and jmeter automatically read entry from these files and distribute it .