首页 > 其他分享 >JMeter 三- Run JMeter in non-GUI mode

JMeter 三- Run JMeter in non-GUI mode

时间:2022-11-24 15:23:36浏览次数:58  
标签:non Run GUI mode file JMeter Moxy

Run Jmeter in non-GUI mode:

1. Swith to \Jmeter\bin

2. run "jmeter -n -t E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\Moxy_Load_Testing.jmx -l E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\my-test-plan-result.jtl -j E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\my-test-plan-result.log"

-n This specifies JMeter is to run in non-gui mode

-t [name of JMX file that contains the Test Plan].

-l [name of JTL file to log sample results to].

-j [name of JMeter run log file]

Reference:

https://jmetervn.com/2017/01/09/running-jmeter-in-non-gui-mode/

标签:non,Run,GUI,mode,file,JMeter,Moxy
From: https://www.cnblogs.com/GlCh/p/16921964.html

相关文章