当前位置:网站首页>Jemter distributed
Jemter distributed
2022-07-08 00:50:00 【Proud cat sauce】
Original address :
jmeter Distributed deployment _ Shiyan's blog -CSDN Blog _jmeter Distributed deployment details
One 、 Distributed principle
1、jmeter Distributed pressure measurement , Choose one of them as the dispatcher (master), Other machines act as actuators (slave)
2、 Execution time , The dispatcher (master) The script will be sent to each executing machine (slave) On , Actuator (slave) Get the script and start executing , Actuator (slave) It doesn't need to be started to execute GUI, Execute in command line mode .
3、 After execution , Actuator (slave) The result will be sent back to the dispatcher (master), The dispatcher (master) All actuators will be collected (skave) Information about .

- 1、 The actuator starts first Agent Program ( function jmeter-server)
- 2、 The dispatcher is connected to the remote load machine ( Modify the configuration file , Will automatically connect )
- 3、 The dispatcher sends instructions ( Scripts and startup commands ) Start thread ( Parameterized files or dependent packages need to be manually copied to each execution machine )
Two 、mac Local distributed
2.1 Prerequisite
1、 Turn off firewall
2、 All clients are in the same subnet
3、 Intranet environment : The server is also in the same subnet as the client
4、 Internet Environment : Most of the bottlenecks in stress testing are bandwidth , It is necessary to ensure that the bandwidth of the press is higher than that of the server , Otherwise, the pressure will not go up
5、 Each machine installs the same version of... In the same directory jmeter
6、 Need all jmeter It's all set up ssl for rmi(jmeter4.0 Later versions need )
7、 Each machine installs the same version of... In the same directory JDK
8、 If the script involves reading external parameterized files (csv), Files need to be uploaded to each executive machine (slave) On
2.2 The dispatcher (master) To configure
3、 ... and 、liunx Distributed
边栏推荐
- 哪个券商公司开户佣金低又安全,又靠谱
- 1293_FreeRTOS中xTaskResumeAll()接口的实现分析
- paddle一个由三个卷积层组成的网络完成cifar10数据集的图像分类任务
- 接口测试进阶接口脚本使用—apipost(预/后执行脚本)
- 【笔记】常见组合滤波电路
- 3 years of experience, can't you get 20K for the interview and test post? Such a hole?
- 服务器防御DDOS的方法,杭州高防IP段103.219.39.x
- paddle入门-使用LeNet在MNIST实现图像分类方法二
- Cve-2022-28346: Django SQL injection vulnerability
- 手机上炒股安全么?
猜你喜欢

《因果性Causality》教程,哥本哈根大学Jonas Peters讲授

3 years of experience, can't you get 20K for the interview and test post? Such a hole?

第一讲:链表中环的入口结点

"An excellent programmer is worth five ordinary programmers", and the gap lies in these seven key points

How does the markdown editor of CSDN input mathematical formulas--- Latex syntax summary

华为交换机S5735S-L24T4S-QA2无法telnet远程访问

CVE-2022-28346:Django SQL注入漏洞

redis你到底懂不懂之list

他们齐聚 2022 ECUG Con,只为「中国技术力量」

My best game based on wechat applet development
随机推荐
Tapdata 的 2.0 版 ,开源的 Live Data Platform 现已发布
新库上线 | 中国记者信息数据
Installation and configuration of sublime Text3
How does the markdown editor of CSDN input mathematical formulas--- Latex syntax summary
Hotel
SDNU_ ACM_ ICPC_ 2022_ Summer_ Practice(1~2)
去了字节跳动,才知道年薪 40w 的测试工程师有这么多?
【笔记】常见组合滤波电路
8道经典C语言指针笔试题解析
QT adds resource files, adds icons for qaction, establishes signal slot functions, and implements
ReentrantLock 公平锁源码 第0篇
What if the testing process is not perfect and the development is not active?
Development of a horse tourism website (optimization of servlet)
RPA cloud computer, let RPA out of the box with unlimited computing power?
Deep dive kotlin synergy (XXII): flow treatment
【测试面试题】页面很卡的原因分析及解决方案
Cve-2022-28346: Django SQL injection vulnerability
Reentrantlock fair lock source code Chapter 0
Solution to prompt configure: error: curses library not found when configuring and installing crosstool ng tool
jemter分布式