Official website download, download the binary zip
Then unzip to your favorite location, configure the environment variables, create a new JMETER_HOME
Then add %JMETER_HOME%\bin to the path
Add %JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\ at the front of CLASSPATH logkit-2.0.jar;
Put the MySQL driver into the lib folder of the unzipped jmeter root directory ( No need to teach you how to download this)
Click browse below, find the driver in your lib, double-click it
Open the command line, enter jmeter.bat
and the graphical interface of jmeter will automatically open. It is recommended to check the Chinese
The number of threads is the number of simulated users. Ramp-Up time refers to how long it takes for users to complete their requests.
The following means that within 1 second, 100 users request the database at the same time. The number of cycles represents a total of 5 executions. Second-rate. It is recommended that the number of threads be set larger for better results.
The above is the detailed content of How JMeter Stress Tests MySQL Database. For more information, please follow other related articles on the PHP Chinese website!