Jmeter - Config Tips

Guideline: Jmeter.properties file should avoid to be modified , modified user.properties instead >>copy the property in Jmeter.properties into user.properties to modify.

 

1. Jmeter 设置中文

 

 

 方法二:

goto ..//apache-jmeter-5.1.1\bin 目录下, 找到Jmeter.properties, uncomment language=us and change to language = zh_CN ( This is the only one must be set in Jmeter.properties,others set in user.properties)

2.Jmeter 设置解析文件的大小

Add document.max_size=0 in user.properties 

# Maximum size of Document that can be parsed by Tika engine; defaut=10 * 1024 * 1024 (10MB)
# Set to 0 to disable the size check
#document.max_size=0

Tika: Apache Tika 通过提供一个通用的API来检测并提取多种文件格式的数据。

 

posted @ 2023-01-29 13:08  Gloria_Chen  阅读(27)  评论(0)    收藏  举报