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
-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
Post a Comment