在jmeter安装目录的bin目录下,有多个配置文件
其中最核心的是jmeter.properties
jmeter.properties
修改语言:language=zh_CN #简体中文,也可以在GUI页面修改
远程主机配置
# 配置远程主机的 IP,默认为本机。用逗号","可以设置多个远程主机
remote_hosts=127.0.0.1
# 多个远程主机指定示例如下,ip后为端口
remote_hosts=127.0.0.1:1099,127.0.0.1:1200,127.0.0.1:1300
集合报告中的三个百分位的默认值
响应结果保存
测试报告模板配置
jmeter.save.saveservice.output_format=csv
class_path,库加载路径
user.properties 用户自定义配置,可覆盖jmeter.properties。
可定义全局变量,在User Defined Variables 中使用
使用操作步骤 :
使用操作步骤 :https://www.cnblogs.com/richered/p/10078987.html
system.properties
定义Java进程的系统变量,通过System.getProperties()可查询。