June 2017
Intermediate to advanced
536 pages
9h 49m
English
Running a jMeter test via a console is quite easy, as the following command shows:
jmeter -n -t web-test-plan.jmx
The -n parameter, also works with --nongui, stands for run JMeter in nongui mode. Whereas,, the -t parameter that also works with --testfile, stands for the jmeter test(.jmx) file to run.
The resulting output should look the following screenshot:

A quick look into the jmeter-result-tests.csv file reveals the structure and data captured:

While the example demonstrated here relies on a default test plan with some ...
Read now
Unlock full access