安装jmeter

1.设置环境变量

1)JMETER_HOME

 D:jmeterapache-jmeter-4.0

2)PATH

%JMETER_HOME%in

2.打开 D:jmeterapache-jmeter-4.0in目录下  jmeter.properties,分别找到

jsyntaxtextarea.font.family=Hack

sampleresult.default.encoding=ISO-8859-1

然后打开同目录下,user.properties

把上述文件移动到 user.properties里,将 sampleresult.default.encoding=ISO-8859-1设置为

sampleresult.default.encoding=utf-8

3.设置jemter内存大小

打开jmeter.bat  找到heap,  将内存设置调大

4.自动保存配置

5. 修改jmeter.properties 文件中

CookieManager.check.cookies=false

原文地址:https://www.cnblogs.com/xiaoyii/p/8644950.html