当前位置:网站首页>JMeter distributed pressure measurement
JMeter distributed pressure measurement
2022-06-27 03:17:00 【Xiao Han's daily life】
prospects : Why use distributed ?
Single machine performance bottleneck :CPU、 Memory 、IO
Please refer to the official website for details :Apache JMeter - Apache JMeter Distributed Testing Step-by-step
https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html
This diagram can represent distributed pressure measurement ,

The deployment of distributed pressure measurement requires several work nodes slave With a control node master
1、 Deploy work node ( The firewall of the work node needs to close or open the port tcp 1099)
1)bin Modification of configuration files in the directory :
jmeter.properties( modify )
close ssh:
server.rmi.ssl.disable=truesystem.properties( New configuration ,ip Is the current service address )
java.rmi.server.hostname=192.168.1.12) Start the work node
function :jmeter-server.bat

2、 Control node deployment ( The firewall needs to close or open ports udp 4445)
1)bin Modification of configuration files in the directory :
jmeter.properties
Add the... Of the work node ip:
remote_hosts=192.168.1.1,192.168.0.0close ssl:
server.rmi.ssl.disable=true2) Start the control node
function : jmeter.bat
3、 function
After the configuration is completed and started , In the control node, you can view the ip, You can choose the following according to your needs
1) menu -- function -- Remote start ( Show remote_hosts Next node ip)( Remotely start a )
2) menu -- function -- Remotely start all

3) Stop , It also needs to be in operation -- Select remote shutdown or remote shutdown all

4、 When you need the command line to execute a test plan , After completing the configuration and starting the work node , Run the following commands at the control node
xxx\bin\jmeter.bat -n -t test.jmx -l test.jtl -R 192.168.1.1,192.168.0.0Many of them ip Use English commas to separate
边栏推荐
- Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
- 2021:Passage Retrieval for Outside-KnowledgeVisual Question Answering通道检索的外部知识视觉问答
- Lodash get JS code implementation
- What if asreml-r does not converge in operation?
- PAT甲级 1025 PAT Ranking
- jmeter分布式压测
- 455. distribute biscuits [distribution questions]
- Logarithm
- Record the method of reading excel provided by unity and the solution to some pits encountered
- SAI钢笔工具如何使用,入门篇
猜你喜欢

敏捷开发篇--Agile Development-自用

Uni app's uparse rich text parsing perfectly parses rich text!

Yiwen teaches you Kali information collection

Pat grade a 1021 deep root

Flink學習2:應用場景

超级详细,2 万字详解,吃透 ES!

QIngScan使用

PAT甲级 1025 PAT Ranking

Brief introduction of 228 dropout methods of pytorch and fast implementation of dropblock with 4 lines of code based on dropout

【一起上水硕系列】Day 6
随机推荐
The use and introduction of pytorch 23 hook and the implementation of plug and play dropblock based on hook
记录unity 自带读取excel的方法和遇到的一些坑的解决办法
清华&华为等 综述 | 语义通信:原则与挑战
2022中式面点师(高级)复训题库及在线模拟考试
Learn Tai Chi maker mqtt (IX) esp8266 subscribe to and publish mqtt messages at the same time
Pat grade a 1019 general palindromic number
Stack overflow vulnerability
Overview of Tsinghua & Huawei | semantic communication: Principles and challenges
pytorch_ grad_ Cam -- visual Library of class activation mapping (CAM) under pytorch
Anaconda3安裝過程及安裝後缺失大量文件,沒有scripts等目錄
Flink学习4:flink技术栈
Qingscan use
Yuantou firm offer weekly record 20220627
Is the division of each capability domain of Dama, dcmm and other data management frameworks reasonable? Is there internal logic?
学习太极创客 — MQTT(七)MQTT 主题进阶
流沙画模拟器源码
Servlet and JSP final review examination site sorting 42 questions and 42 answers
Learn Tai Chi Maker - mqtt (VI) esp8266 releases mqtt message
剑指Offer || :栈与队列(简单)
2021:Zero-shot Visual Question Answering using Knowledge Graphs使用知识图的零次视觉问答