JMeter scripts run using the command line

-N -l -t my_test.jmx log.jtl JMeter
-n inform non-graphical JMeter JMeter scripts run
-t designated to run the script file
-l to specify a file name to save the results
before executing the command to check whether the current directory % JMeter_Home% \ bin directory;
if script JMeter not in the current directory, you need to specify the full path; executed if the result should be stored elsewhere should specify the full path.

Guess you like

Origin www.cnblogs.com/lazy-sang/p/12174985.html