Terminal

Run a test plan

jmeter -n -t “path to jmx” -l “path to log.csv”

Create a report at the end of the test

jmeter -n -t “path to jmx” -l “path to log.csv” -e -o “location of report folder”

Create report from a standalone csv file

jmeter -g “location of results file” -o “location of report folder”
Updated on