windows和linux下使用命令行执行jmeter
windows和linux下使用命令行执行jmeter的方法:JMeter -n -t 文件名.jmx -l log.jtl来进行测试,如果无法执行请检查自己机器的环境变量.参数说明:-n This specifies JMeter is to run in non-gui mode-t [name of JMX file that contains the Test Pl
·
windows和linux下使用命令行执行jmeter的方法:
JMeter -n -t 文件名.jmx -l log.jtl
来进行测试,如果无法执行请检查自己机器的环境变量.参数说明:
-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].
-r Run all remote servers specified in JMeter.properties (or remote servers specified on command line by overriding properties)
The script also lets you specify the optional firewall/proxy server information:
-H [proxy server hostname or ip address]
-P [proxy server port]
更多推荐
已为社区贡献1条内容
所有评论(0)