Jmeter系列- jmeter.properties常用配置项讲解

Posted poloyy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jmeter系列- jmeter.properties常用配置项讲解相关的知识,希望对你有一定的参考价值。

如果你想从头学习Jmeter,可以看看这个系列的文章哦

https://www.cnblogs.com/poloyy/category/1746599.html

 

jmeter.properties

所在目录: E:apache-jmeter-5.2.1in ,jmeter安装目录下的bin目录

是Jmeter核心配置项文件

 

官方建议

将需要修改的属性值,复制粘贴到同目录下的 user.properties 

好处:当Jmeter升级时,可以避免修改项需要重新应用

 

常用的配置

官方文档:https://jmeter.apache.org/usermanual/properties_reference.html

默认语言设置

  • language=en:默认英文
  • language=zh_CN:默认中文
 

配置默认编码格式

  • sampleresult.default.encoding=ISO-8859-1:默认ISO-8859-1
  • sampleresult.default.encoding=UTF-8:可以改成常用的UTF-8

 

输出测试报告模板格式 

jmeter.save.saveservice.output_format=csv

 

捕捉cookie

Cookies应该存储为变量

CookieManager.save.cookies=false:默认

CookieManager.save.cookies=true:将cookie存储为变量

 

快捷方式(ctrl+数字0-9)

  • gui.quick_0=ThreadGroupGui
  • gui.quick_1=HttpTestSampleGui
  • gui.quick_2=RegexExtractorGui
  • gui.quick_3=AssertionGui
  • gui.quick_4=ConstantTimerGui
  • gui.quick_5=TestActionGui
  • gui.quick_6=JSR223PostProcessor
  • gui.quick_7=JSR223PreProcessor
  • gui.quick_8=DebugSampler
  • gui.quick_9=ViewResultsFullVisualizer

 

post请求,若不添加Content-Type,则不会默认添加Content-type

在5.0版本之前默认是true

post_add_content_type_if_missing=false:默认

post_add_content_type_if_missing=true:添加Content-Type: application/x-www-form-urlencoded

 

配置远程主机 host 

remote_hosts=127.0.0.1

 
 
后面有哪些会用到我再加上哦

 

以上是关于Jmeter系列- jmeter.properties常用配置项讲解的主要内容,如果未能解决你的问题,请参考以下文章

Jmeter系列- jmeter.properties常用配置项讲解

[Jmeter系列]Jmeter源码编译步骤(转)

JMETER_从入门到放弃系列

Jmeter一系列实用的操作

《jmeter:菜鸟入门到进阶系列》

《jmeter:菜鸟入门到进阶系列》