Jmeter5.1.1 installation

Apache JMeter is a pure java to write functional tests and load open source performance testing tools, JMeter small, lightweight and free, and gradually become the mainstream performance testing tools, each tester will have to master the tools.

materials needed:

  1.JDK

  2.Jmeter

 

First, install the required JDK Jmeter

https://www.oracle.com/technetwork/java/javase/downloads/index.html

Configuration environment variable

Increase system environment variables: JAVA_HOME

Jdk path is installed, for example: D: \ Jdk

Found in the system environment variable path, value added:;% JAVA_HOME% \ bin;% JAVA_HOME% \ jre \ bin;

Configuring environment variables, open cmd, enter javac can view the installation is successful

 

Secondly,

1.Jmeter Download:

    http://jmeter.apache.org/download_jmeter.cgi

2. Once downloaded, unzip the file

3. After decompression, configure the environment variables

    New system environment variables JMETER_HOME

    Value file decompression path environment variables, for example: D: \ apache-jmeter-5.1

    CLASSPATH environment variable added value;% JMETER_HOME% \ lib \ ext \ ApacheJMeter_core.jar;% JMETER_HOME% \ lib \ jorphan.jar;% JMETER_HOME% \ lib \ logkit-2.0.jar;

4. Use:

    Jmeter.bat Jmeter found in the bin directory;

   Double-click to start;

 

Guess you like

Origin www.cnblogs.com/zhaoyq/p/10943036.html