Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus权限系统实战课程 震撼发布        

最新Java全栈就业实战课程(免费)

springcloud分布式电商秒杀实战课程

IDEA永久激活

66套java实战课程无套路领取

锋哥开始收Java学员啦!

Python学习路线图

锋哥开始收Java学员啦!
当前位置: 主页 > Java文档 > Java基础相关 >

JMeter-Tutorial PDF 下载


分享到:
时间:2024-07-27 11:04来源:http://www.java1234.com 作者:转载  侵权举报
JMeter-Tutorial
失效链接处理
JMeter-Tutorial PDF 下载

 
 
 
相关截图:
 


主要内容:
 
plans are sets of requests against local or remote servers (or clients) configured to run by following specific instructions.
In the configuration of a test plan you can specify several input and output parameters and you can configure the basic conditions
that should be met so the test plan is successful or not.
JMeter test plans are composed of different components. Here is a list of the most important ones with instructions about how
you can add them using the JMeter UI and what their purpose is:
7.1
ThreadGroup
A thread group is basically a combination of different test plan elements. It is the root of a test plan and it controls the basic
central parameters.
In order to create a test plan you may have to create at first a thread group and configure its number of threads, the ramp-up
period, the loop counts and the behavior in case or error:
• Number of threads: The number of threads that are going to be used to execute the test plan, very important to configure load
and stress tests.
• Ramp-up period: Time that JMeter will need to start all threads.
• Loop count: Number of iterations, that is the amount of times that the test is going to be executed.
• Error behavior: What to do in case of error: Stop current thread, stop the whole test, continue. . .
A Thread Group has also the start and end time configuration options. By clicking the checkbox "Scheduler" a new section with
the schedule parameters will appear and you can configure the start and end time of your test.
Once this is configured you can start adding other test plan elements to your Thread group like samplers, listener and timers. We
are going to explain all these in the next chapters.
7.2
Samplers
Samplers are used for sending requests to different kind of servers. They are the basic element of every test plan and every
thing works around them: they execute requests (based on the configuration provided) and these requests produce one or more
responses that are analyzed afterwards.
Here is a list of the Samplers available in JMeter (we are going to see some of them in this tutorial):
• Access log sampler




 
 
------分隔线----------------------------

锋哥公众号


锋哥微信


关注公众号
【Java资料站】
回复 666
获取 
66套java
从菜鸡到大神
项目实战课程

锋哥推荐