6.6Jmeter远程调度Linux机器Jmeter测试

1、配置Agent和启动

1.1、打开jmeter/bin目录下的jmeter.properties

1、server_port=1099取消注释

2、remote_hosts=127.0.0.1 改为remote_hosts=127.0.0.1:1099 或者是remote_hosts=Agent机的ip:1099

3、server.rmi.localport=1099

4、server.rmi.ssl.disable=false改为true,且取消注释

1.2、在Agent(Linux)机器上启动

$./jmeter-server

如果后台启动:nohup ./jmeter-server -D java.rmi.server.hostname=10.1.1.198(本机ip) &

2、配置Controller和启动

2.1、打开jmeter/bin目录下的jmeter.properties

1、server_port=1099取消注释

2、remote_hosts=127.0.0.1:1099,Agent机的ip:1099(如果多个Agent,同样的配置方式,以英文逗号分隔即可。)

3、server.rmi.ssl.disable=false改为true,且取消注释

2.2、启动jmeter.bat

2.3、远程调度:

运行-->远程启动,例如选择:10.1.1.198:1099

Jmeter 控制台启动后运行日志:

远程的Agent被调用的日志

参考:https://www.freesion.com/article/56071020082/

相关推荐
Sisphusssss1 小时前
香橙派5plus GPIO
linux·python·ubuntu
W.W.H.1 小时前
嵌入式 Linux外接USB/WIFI模块兼容5G频段实战
linux·运维·5g·wifi
影视飓风TIM1 小时前
Linux下C程序编译:gcc 动态链接与静态链接全解
linux·c语言
小此方3 小时前
Linux网络(一):揭秘从网络发展哲学到 TCP/IP 协议栈分层设计的设计哲学
linux·网络·tcp/ip
星野爱8953 小时前
远程控制哪家安全性更高?ToDesk、UU远程、向日葵隐私屏深度测评!
linux·运维·网络
ALINX技术博客3 小时前
【黑金云课堂】FPGA技术教程Linux开发:系统定制
linux·运维·fpga开发
ShineWinsu4 小时前
对于Linux:传输层协议UDP原理的解析
linux·c++·面试·udp·协议·传输层·计算机系统
2601_965798475 小时前
How to Build a Custom Artisan Store on WordPress: Crafti Theme Review
linux·服务器·数据库
mounter6255 小时前
深度解析 Linux 内核中的 iomap 子系统:历史、演进、核心机制与未来
linux·文件系统·linux kernel·kernel·iomap
养海绵宝宝的小蜗6 小时前
LVS(Linux Virtual Server)项目知识点总结
linux·运维·lvs