https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
--- Comment #3 from Flavio Cysne <[email protected]> --- Yes, each slave will have to have its own '-J' parameter set to distinguish from others. 'Step by' parameter is hardly needed to be different among JMeter slaves, but it'll be a choice for the tester. I'm thinking about how to ease the process of distributing CSV files across the distributed environment without the need to split/randomize the main CSV file in as many files as the number of slaves used. With this I could have many JMeter slaves within the same machine and even they read the same file, lines read would be distinct ones. Even if slaves were in different machines, I could have then reading the same file (pointing to the same file or with the same content) and each thread of each slave would get a different set of values from it. The randomness is a condition that makes JMeter reads a random number of times before really assigning the values to variables. -- You are receiving this mail because: You are the assignee for the bug.
