JMeter does not create output folder

  Kiến thức lập trình

JMeter version: 5.0
Environment: Linux Server

I have JMeter test plan which sends 100 000 requests to my service I want to stress test. However there is an issue when script runs this test plan with:

./jmeter -n -t testName.jmx -l report_timestamp.csv -e -o report_timestamp_dir

For some reason JMeter does not create a directory where he should put html, but create a file report_timestamp_dir without extension.

I tried to run a much smaller test ( 200 requests) and output directory was created successfully. I also ran the first test plan ( with 100 000 requests) on my Windows PC, the folder created, however JMeter or Windows itself runs out of available ports and I am getting:

Address already in use error.

LEAVE A COMMENT