Getting Error 100% (not considered the csv file data at all) when tried to run Jmeter in non gui mode using csv files (Jmeter docker container
). By looking at the jmeter.log
, not able to figure it out the reason. Looks like the JMeter is not able to pick the usernames
data from csv
file hence getting these errors. If I don't use the csv
file, able to run successfully.
Steps followed:
- Placed csv files under bin folder of slave and master machines
- The .jmx file has csv data set config added to the http request with Filename path as just the filename (given the filename since these csv files are already in bin folder of slaves/master machines)
- Run the below command in master machine.
./jmeter -n -t xxxx.jmx -Djava.rmi.server.hostname=xx.xx.xx.xx -Dclient.rmi.localport=60000 -Ryy.yy.yy.yy,zz.zz.zz.zz -j jmeter.log -l results.csv
Please guide.
jmeter -Dserver_port=1099 -s -j jmeter-server.log
. Check out Full list of JMeter command-line options and How Do I Run JMeter in Non-GUI Mode? – Dmitri T