lepu-test-platform-service/files/temps/jmeter使用说明 .txt

13 lines
534 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ApacheJMeter是为Web/HTTP测试而设计的但是它已经扩展以支持各种各样的测试模块.JMeter在Window XP / ApiResult.CODE_OK3 / W7 /W8基本都可以运行前提是要安装好JDK包JMeter是基于JAVA开发的压力测试软件。
生成测试报告方法:
jmeter -n -t E:\jmeter\projScripts\waibao.jmx -l E:\jmeter\testReports\result.jtl -e -o E:\jmeter\testReports\result
参数说明:
-n非GUI模式执行JMeter
-t 脚本文件(.jmx文件-的路径;
-l 指定生成测试结果的保存文件 (.jtl格式),此文件必须不存在;
-e测试结束后生成测试报告
-o用于存放测试报告的路径