>From the CSV Data set config, when you share across all threads (or current thread group) each thread has a row from the csv file all to it's own (that is sharing mode = All threads or Current thread group gives unique rows from the csv file).
Although I don't know the behavior when the number of threads > the number of rows in the file. Whether you file has unique rows in it or not is an entirely different story (that I know you can find out through awk). On Wed, 2014-09-10 at 16:52 -0300, Flavio Cysne wrote: > Using Linux you can use sed, grep, awk, head & tail, and many more through > a OS Processor sampler and store its return value in a variable using a > Post-processor. > > http://www.unix.com/shell-programming-and-scripting/53484-how-quickly-show-nth-line-file.html > > Reading from windows is a bit more challenging: > http://stackoverflow.com/questions/2701910/windows-batch-file-to-echo-a-specific-line-number > > This is the way I can remember, because was the one I used. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
