Under the mac install jmeter

jmeter official website to download

Double-click unzip

/Users/yanguobin/apache-jmeter-5.1.1/bin command line to enter the directory, enter sh jmeter to start

Can

Configuration environment variable

vim ~/.bash_profile

Content Input example:

export JMETER_HOME=/Users/yanguobin/apache-jmeter-5.1.1
export PATH=$PATH:$JMETER_HOME/bin

The environment variables to take effect

source ~/.bash_profile

Modify jmeter to Chinese:

jmeter.properties file in the directory editor /Users/yanguobin/apache-jmeter-5.1.1/bin

Review about line 37 as follows:

Open a command line input jmeter start jmeter

 

Guess you like

Origin www.cnblogs.com/yanguobin/p/11582463.html