windows和linux下使用命令行执行jmeter

post by rocdk890 / 2012-8-22 10:10 Wednesday windows技术

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、本站所有主题由该文章作者发表,该文章作者与夜空享有文章相关版权
2、其他单位或个人使用、转载或引用本文时必须同时征得该文章作者和夜空的同意
3、本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责
4、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意
5、原文链接:blog.slogra.com/post-242.html

标签: 命令 shell 执行 jmeter apache-jmeter 命令行

评论: