当前位置:网站首页>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


边栏推荐
- Two way process republication + routing policy
- Network connection (III) functions and similarities and differences of hubs, switches and routers, routing tables and tables in switches, why do you need address translation and packet filtering?
- Three schemes of ZK double machine room
- [Galaxy Kirin V10] [server] soft RAID configuration
- Pod management
- RHCE - day one
- OSPF summary
- [Galaxy Kirin V10] [server] NFS setup
- Write a program to define an array with 10 int elements, and take its position in the array as the initial value of each element.
- Jianzhi offer 04 (implemented in C language)
猜你喜欢

TS type gymnastics: illustrating a complex advanced type

Number of relationship models

Seven examples to understand the storage rules of shaped data on each bit

How to use diff and patch to update the source code

Rhcsa learning practice

From programmers to large-scale distributed architects, where are you (I)
![[Galaxy Kirin V10] [server] NUMA Technology](/img/9b/65466c6fc6336e27e842f50c26b9c3.jpg)
[Galaxy Kirin V10] [server] NUMA Technology

Recursion and divide and conquer strategy

RHCE day 3

shell awk
随机推荐
DML statement of MySQL Foundation
[Galaxy Kirin V10] [server] KVM create Bridge
Introduction to tree and binary tree
[Galaxy Kirin V10] [server] grub default password
The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago
Rhcsa - day 13
Remove linked list elements
Learning XML DOM -- a typical model for parsing XML documents
Write a program to judge whether the two arrays are equal, and then write a similar program to compare the two vectors.
Introduction to extensible system architecture
Development guidance document of CMDB
Day7 list and dictionary jobs
The last month before a game goes online
Virtual machine configuration network
Dos:disk operating system, including core startup program and command program
Regular expression
2、 Operators and branches
Get the data of the top 100 headlines today with Tianxing data
[Galaxy Kirin V10] [desktop] build NFS to realize disk sharing
Basic function exercises