Jmeter Introduction and Installation

      Apache JMeter ™ open-source software application, 100% pure Java application designed to load test functional and performance testing. It was originally designed for testing Web applications, but later expanded to other test functions.

Installation steps: 1 version Installation JDK 8 and above;.

     2. Extract apache-jmeter-5.1.1; need to be installed to add QQ1594216971

     3. Configure environment variables;

                  4. Start ok

The following are my own installation process:

 1. Right-click My Computer -> Properties -> Advanced System Settings -> Advanced - Environment Variables; then you can see system variables; the picture is my installation path. Focus is on classpath, JAVA_HOME, JMETER_HOME, three variable names are customizable, as consistent as possible;

2. It is configured JMETER_HOME, corresponding to the variable name, file path as shown in me. You can modify according to their own path.

3. This is a variable value corresponding to the configuration JAVA_HOME, the path jdk FIG.

4. The next step is to write classpath, wrote the following lines among all the classpath variable values. You will find the% JAVA_HOME% and % JMETER_HOME%, wrote their path is actually the value of the variable you just defined with reference variable% only, the following jar package names involved into its own file to find, in general, are consistent.

%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;

"%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\log4j-1.2-api-2.11.1.jar;";



5. Start jmeter.bat under / bin file. There appears to ok interface

 

 

 

Guess you like

Origin www.cnblogs.com/jiawenli/p/11390147.html