jmeter run command

jmeter parameters

  Parameter Description:

  -h Help -> print out useful information and exit

  -n non-GUI mode -> run JMeter in non-GUI mode

  -t test file -> to run JMeter test script file

  -l log file -> file record results

  Remote execution -r -> Remote Start Service ( -R & lt represented run the remote boot =, -r indicates start all machines perform all remote boot =)

  -H Proxy Host -> Host proxy settings to use JMeter

  -P proxy port -> set the proxy host port number using JMeter

  Usage: jmeter [-n] [-t] + path + file filename .jmx] [-l file path + filename .jtl

  Common examples: jmeter -n -t testplan.jmx -l test.jtl

  Remote instance: jmeter -n -t xx.jmx -R xxx.xxx.xxx.xxx:5174,xxx.xxx.xxx.xxx:5172 -l xxx.jtl -j xxx.log

Guess you like

Origin www.cnblogs.com/wu-wu/p/11059264.html