当前位置:网站首页>JMeter Foundation
JMeter Foundation
2022-07-04 10:47:00 【dijiaye1】
One 、Jmeter brief introduction
Jmeter yes Apache Open source software developed by the organization , from Java Language implementation .
Mainly used for software system performance testing , It was originally designed for Web Application testing , Later it was extended to other fields .
Multithreading framework - Support request concurrent operation
Used to simulate a huge load on the server
Support Web、 database 、FTP Server and other system performance tests
Open source 、 pure JAVA Language writing , It can be redeveloped
Two 、Jmeter Component is introduced
Get ready ( Logic controller 、 Preprocessor 、 Timer 、 The configuration element )> request ( Sampler )> verification ( Post Processors 、 Assertion 、 Monitor )
Scope :
As shown in the figure : Configure component priority request , If the configured component is under the test plan , Apply to all requests , If under a request , Only apply to the request .
Load generator ( Thread group ): Used to generate loads , stay Jemeter Using thread groups to simulate user behavior .
Thread group key attributes
1、 Number of threads : Number of analog users
2、Ramp-up period: How long does it take to start all threads
If you use 10 Threads ,ramp-up period yes 100 second , that 100 Seconds make all 10 Threads up and running . Each thread will start after the previous thread 10 Seconds to start .
Ramp-up: Long enough to avoid having too much load at startup , And be small enough that the last thread starts before the first one completes .
If set to 0 On behalf of concurrent requests .
3、 cycles : Represents the number of repetitions of the request , If you choose the following forever( Default ), Then the request will continue , It can be used with the scheduler .
If not selected forever, And in the input box, type the number , Then the request will repeat the specified number of times .
4、 Sampler
On behalf of a request - The process of responding , They are the initiators of actions in test cases .
Jmeter Many action elements are prefabricated according to different applications , If users feel that it is still not enough, they can even use BeanShell Sampler Write your own actions .
such as HTTP Request Sampler、FTP Request Sampler、JDBC Request Sampler
Each different type of sampler can send different types of requests to the server according to the set parameters .
The sampler sends a request , Can pass “ View the result tree ”, Look at the response data


3、 ... and 、Jmeter Assertion
Response assertion
By checking the response data of the server , Whether it meets the expected data , Judge whether the task is successful .



Assertion duration


Size assertion


Four 、Jmeter Monitoring technology
1、 View the result tree
Use the view result tree component , The results of each sampler are displayed in the result tree after running 、 Request information and response information , You can check these contents to analyze whether there are problems in the script .
2、 Aggregation report


边栏推荐
- MPLS: multi protocol label switching
- Rhcsa - day 13
- Iterator generators and modules
- Communication layer of csframework
- Evolution from monomer architecture to microservice architecture
- Hidden C2 tunnel -- use of icmpsh of ICMP
- Rhcsa day 9
- 如果不知道這4種緩存模式,敢說懂緩存嗎?
- DML statement of MySQL Foundation
- [Galaxy Kirin V10] [server] set time synchronization of intranet server
猜你喜欢

Network connection (II) three handshakes, four waves, socket essence, packaging of network packets, TCP header, IP header, ACK confirmation, sliding window, results of network packets, working mode of

Today's sleep quality record 78 points

Architecture introduction

If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
![[Galaxy Kirin V10] [server] system partition expansion](/img/49/5d3e28eab45d300bd5695e47b35e6b.jpg)
[Galaxy Kirin V10] [server] system partition expansion

Personal thoughts on the development of game automation protocol testing tool

DDL statement of MySQL Foundation

IPv6 comprehensive experiment

C language - stack

Linked list operation can never change without its roots
随机推荐
How to quickly parse XML documents through C (in fact, other languages also have corresponding interfaces or libraries to call)
Reprint: summation formula of proportional series and its derivation process
[advantages and disadvantages of outsourcing software development in 2022]
[Galaxy Kirin V10] [desktop] build NFS to realize disk sharing
Pod management
Rhcsa operation
DDL statement of MySQL Foundation
[Galaxy Kirin V10] [desktop] cannot add printer
Rhcsa day 9
Use C to extract all text in PDF files (support.Net core)
/*Write a loop to output the elements of the list container in reverse order*/
Time complexity and space complexity
Read a piece of text into the vector object, and each word is stored as an element in the vector. Convert each word in the vector object to uppercase letters. Output the converted elements in the vect
Hidden C2 tunnel -- use of icmpsh of ICMP
Strings and characters
BGP advanced experiment
C language structure to realize simple address book
Basic function exercises
Rhsca day 11 operation
Map container