当前位置:网站首页>Tool composition in JMeter
Tool composition in JMeter
2022-06-24 20:47:00 【m0_ sixty-two million four hundred and ninety-six thousand nine】
Jmeter Tool components
1) Resource producer : Used to generate the server during the test 、 The resource code of the load machine
2) User runner : It's usually a script run engine , Simulate the specified user behavior according to the script requirements
3) Report Builder : Generate reports according to the real-time data in the test , Provide visual data display mode
4) Load generator : Used to generate loads , It usually simulates user behavior in the form of multi thread or multi process
5)TestPlan : Used to describe a performance test , Including all relevant functions of this performance test
6)Thread (users) Thread group
–setup Thread group : A special type of ThreadGroup, Can be used to perform pre test operations
–teardown Thread Group : Can be used to perform post test actions
–Thread Group( Thread group ): Normal thread group , It can also be seen as a virtual user group
8 Class executable primitive
8 Class executable
1) The configuration element (config element): Used to provide support for static data configuration .eg:CSV Data Set config Betty data files can be formed into data pools (Data Pool)
2) Timer (Timer): It is used to set the waiting time between operations. The waiting time is commonly used in performance testing QPS The means of .
3) Preprocessor (Per Processors): Special handling of incoming requests before the actual request is issued
4) Post Processors (Post processors): Yes Sampler After sending the request, the server response is processed
5) Assertion (Assertions): The corresponding data obtained in the test is consistent with the expectation , Generally used to set checkpoints
, It is used to ensure whether the data interaction during the test is consistent with the expectation
6) Monitor (Listener): A series of components used to process and visualize test result data .eg: Graphic results 、 Look at the fruit tree 、 Aggregate reports, etc .
7) Sampler (sample): Send a request to the server in the performance test 、 Record response information , The smallest unit that records the response time
8) Logic controller : There are two types of components , One is for controlling test plan in sampler The logical sequence controller that the node sends the request , The other is used to organize controllable sampler Node ,eg: Transaction controller 、 Throughput controller
边栏推荐
- [cann document express issue 04] unveiling the development of shengteng cann operator
- Hosting service and SASE, enjoy the integration of network and security | phase I review
- Basic concepts and definitions of Graphs
- 字节、腾讯也下场,这门「月赚3000万」的生意有多香?
- gateway
- RF_ DC system clock setting gen1/gen2
- What does virtualization mean? What technologies are included? What is the difference with private cloud?
- Openvino2022 dev tools installation and use
- CVPR 2022 remembers Sun Jian! Tongji and Ali won the best student thesis award, and hekaiming was shortlisted
- Behind Tiantian Jianbao storm: tens of millions in arrears, APP shutdown, and the founder's premeditated plan to run away?
猜你喜欢
随机推荐
Leetcode (135) - distribute candy
Docker deploy mysql5.7
传统的IO存在什么问题?为什么引入零拷贝的?
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
《梦华录》“超点”,鹅被骂冤吗?
Basic concepts and definitions of Graphs
I just purchased a MySQL database and prompted that there are already instances. The console login instance needs to provide a database account. How do I know the database account.
华为云ModelArts第四次蝉联中国机器学习公有云服务市场第一!
Sequential stack traversal binary tree
Use the transparent [x] cross button image in the dialog
[cann document express issue 05] let you know what operators are
Combination mode -- stock speculation has been cut into leeks? Come and try this investment strategy!
京东一面:Redis 如何实现库存扣减操作?如何防止商品被超卖?
Image panr
Leetcode (146) - LRU cache
Camera rental management system based on qt+mysql
“拯救”直播带货,一个董宇辉还不够
Prototype mode -- clone monster Army
Dongyuhui is not enough to bring goods to "rescue" live broadcast
Leetcode (455) - distribute cookies








