Non GUI mode testing in Jmeter

-n – non-GUI mode – this specifies JMeter is to run in non-GUI mode
-t – JMX file – location of the test plan and the name of JMX file that contains the Test Plan
-l – log file name of JTL file to log sample results to

jmeter -n -t my_test_plan.jmx -l log.jtl

Shutdown - graceful shutdown

StopTestNow - immediate shutdown


Comments

Popular posts from this blog

Convert Swagger apis into jmeter script

Script for replace the data into the file content using groovy with jsr223

Jmeter Preprocessor to add Dynamic parameters