JMeter Beginner Tutorial 7 – How to run jmeter from Command Line (non GUI mode)

Notes:

Why to execute non-gui mode ?
-gui – consumes more resources / memory
-gui – not recommended for heavy load testing
-command line – can be integrated with other systems -Jenkins/CI …

Step 1
Goto command line – goto jmeter – bin


Step 2

Command :
jmeter -n -t (location of your jmeter test script) -l (location of the result file)

-n – non gui mode
-t – location of jmeter script
-l – location of result file


jmeter -h – to get help on jmeter commands

jmeter -? – to get information on jmeter command options


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


 

 

1