JMeter Beginner Tutorial 11 – How to create HTML Reports from command line

Notes:

(This feature will work in jmeter 3.0 and later ver.)

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


 

JMeter Beginner Playlist : https://www.youtube.com/playlist?list…

JMeter Intermediate Playlist : https://www.youtube.com/playlist?list…

JMeter Advanced Playlist: https://www.youtube.com/playlist?list…

 

Send me your comments and feedback


 

7