1.1 JDK download www.oracle.com/technetwork…

1.2.JDK environment configuration

Computer right click – Properties – Advanced System Settings – Environment Variables

1) Create a variable JAVA_HOME and set the value of the variable to the JDK installation path, for example, D: \ Java \jdk1.7.0_76_x64.

2) Open CMD and enter Java -version to check whether the installation is successful and to view the JDK version

3) Edit the Path variable and add %JAVA_HOME%\bin at the end; %JAVA_HOME%\jre\bin;

2.1 Download and install JMETER

Address: jmeter.apache.org/download_jm… Record the path for saving the download

2.2 Configuring Jmeter Environment Variables

1) Computer right-click – Properties – Advanced system Settings – Environment variables

2) Add the system variable name JMETER_HOME to the jmeter installation directory, for example, D:\apache-jmeter-3.2\

3) Add system variable name CLASSPATH, variable value is %JMETER_HOME%\lib\ext\ apacheJmeter_core.jar; %JMETER_HOME%\lib\jorphan.jar;

4) System variable Path followed by %JMETER_HOME%\bin

5) After the configuration is complete, enter jmeter or jmeter -v in CMD to check whether the configuration is correct.

3. Start Jmeter

Double-click bin-jmeter.bat in the Jmeter folder. Start the jmeter