JMeter installation tutorial

Foreword

The blog focuses on two elements:

  1. JMeter installed on Windows
  2. After installing simple configuration needs to be done

Download the installation package

Access the official website http://jmeter.apache.org/ as shown below:
Here Insert Picture Description
Click Download the module Download Releases as shown below:
Here Insert Picture Description
downloading the installation package according to the specific environment, as shown below:
Here Insert Picture Description

JMeter installation under Windows

JRE or JDK installation

Before installation should first make sure that your local JDK or JRE already installed and configured the JAVA_HOME environment variable. Please refer to the specific installation tutorial: https://jingyan.baidu.com/article/e5c39bf5ca44d639d7603332.html

Note that JMeter 5.1.1 java version must be Java 8+

JMeter start and set the operating language

Download the installation package apache-jmeter-5.1.1.zip extract to a local disk directory. As shown below:
Here Insert Picture Description
go to the bin directory and then click jmeter.bat
Here Insert Picture Description
after starting operation interface as shown below:
Here Insert Picture Description
English is not good students can click on the Options -> Choose Language -> Chinese language settings.
Here Insert Picture Description
As shown below Chinese menu option is set up.
Here Insert Picture Description
Jmeter.properties or follows the bin directory:
Here Insert Picture Description
set the encoding of JMeter
Here Insert Picture Description

summary

Installation JMeter following steps:

  1. Official website to download the specific environment of the installation package
  2. The corresponding version installed JMeter JDK / JRE
  3. Set the operating language (English can be used to bypass)
  4. Set the encoding of JMeter.

Then you can start your trip to the use of Jmeter. After installation on JMeter What does need to be configured? I hope you will be explained in the comments below.

Published 136 original articles · won praise 502 · Views 200,000 +

Guess you like

Origin blog.csdn.net/ljk126wy/article/details/94412691