Goal is to set the following and run a test plan with a "Thread Group" and "CSV Data Set Config" with 1000 lines/user accounts. So in 20 mins i want 10 threads to go through my 1000 line long csv file.
I set these settings in GUI mode and it does what i want:
Thread Group .
- num of threads - 10 .
- LoopCount=Forever .
- scheduler=on .
- duration=7200 .
"CSV Data Set Config"
- Recycle on EOF? - False
- Stop thread of EOF? - False
- Sharing mode=All Threads
The problem is that i can't reproduce these setting from non_gui mode. I run it as follows and it only goes through # of csv lines equaling the # of threads set. So if i set 20 threads it will go through 20 lines of a file and exit.
- -Jseconds=1200
- -JthreadCount=20
- -JcsvFile=../../user_files/j2kUsers.csv
- -JloopCount=???