Jmeter download and installation and use details (latest)

Official website address

http://jmeter.apache.org/

step

1. Click Download Releases
Insert picture description here
2. Select the compressed file and download
Insert picture description here
it. Before installing Jmeter5, you need to configure the Java environment. The best jdk is 1.8 or higher.
Jmeter is downloaded. Next, let's configure the environment variables of Jmeter!
3. Right-click on My Computer, then click Properties, click Advanced System Settings
Insert picture description here

Configure environment variables

1. Click Environment Variables
Insert picture description here
2. Click New and enter the variable name: JMETER_HOME The variable value is the path where you unzipped Jmeter. Then click OK
Insert picture description here
3. Next, configure the classpath variable, click New, the variable name is fixed value:% JMETER_HOME% \ lib \ ext \ ApacheJMeter_core.jar;% JMETER_HOME% \ lib \ jorphan.jar;% JMETER_HOME% \ lib /logkit-2.0.jar ;, then click OK.
Insert picture description here
After completing the above, it means that the basic configuration has been completed. Finally, we can find our unzipped file, click the bin directory, find jmeter.bat, and double-click to open it.
Insert picture description here
Wait patiently for a while, the following interface will appear:
Insert picture description here
a command interface, a working area.

Command interface
Insert picture description here
Work interface
Insert picture description here
The above interface shows that it has been installed hahaha! I hope I can help you!

Published 19 original articles · praised 46 · visits 1843

Guess you like

Origin blog.csdn.net/hanhanwanghaha/article/details/105682642