JMeter Beginner Class 16: How to create HTML Dashboard Reports from command line

preview_player
Показать описание
How to create HTML Dashboard Reports from command line:
-------------------------------------------------------

Step 1 : Create Test Plan and save it (and close).
Step 2 : Open command line and change dir to jmeter/bin
Step 3 : Execute command:

to create report at the end of the test
—————————————————————
jmeter -n -t “location of the jmeter script” -l “location of result file”
-e -o “location of the output folder”

create report from a standalone csv file
——————————————————————
jmeter -g “location of csv file” -o “location of output folder”


Step 4 : Analyse HTML (Dashboard) Reports
Рекомендации по теме