JMeter download and install Start Tutorial

JMeter Introduction

Ready to work

JMeter environment configuration and downloads

download

Environment Configuration

Garbage problem encountered in JMeter

JMeter Introduction
(Reference: http: //www.importnew.com/13876.html)

JMeter uses different technologies and protocols, is a can configure and perform load testing, performance testing and stress testing tools. Load testing, performance testing and stress testing concept:

 Load Test: Test such that the system or application design in advance the test run good extreme scenario. Such testing procedures used to evaluate the behavior of the system or under extreme conditions.

Performance Test: This test is used to detect the performance of the system, including the particular case, responsiveness and stability of the system.

Stress Test: This test by loading more external resources, and system components beyond the capabilities of their set, trying to make the system hang

Preparations
Before installing the JMeter need to configure Java, refer to the article before the Java environment variable configuration system

JMeter environment configuration and downloads
Download
1, Download: http: //jmeter.apache.org/download_jmeter.cgi, (Windows version download .zip, Linux version download .tgz)

 

2, no need to install after downloading, you can use after decompression. After extract the directory as follows:

 

Environment configuration
1, the new JMETER_HOME environment variable, the variable value of the extracting path JMeter

 

2, edited CLASSPATH variable plus% JMETER_HOME% \ lib \ ext \ ApacheJMeter_core.jar;% JMETER_HOME% \ lib \ jorphan.jar;% JMETER_HOME% \ lib \ logkit-2.0.jar;

 

Open JMeter bin directory in the file after you are done jmeter.bat to open the JMeter, when there will be two windows open, Jmeter command window and Jmeter graphical user interface, do not close the command window.

 

After entering the JMeter interface:

 

Then you can create using a JMeter test plan for testing.
----------------
Disclaimer: This article is CSDN blogger "wust_lh 'original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement. .
Original link: https: //blog.csdn.net/wust_lh/java/article/details/86095924

Guess you like

Origin www.cnblogs.com/lhxsoft/p/12651317.html