简体   繁体   English

使用Jmeter执行分布式负载测试时的端口

[英]Ports while execution distributed load testing with Jmeter

I am setting up a distributed load testing scenario using Jmeter. 我正在使用Jmeter设置分布式负载测试方案。

I have tested that all the ports that are involved (at least in my test case are the following) 我已经测试了涉及的所有端口(至少在我的测试案例中是以下端口)

**client.rmi.localport=6000 (to get the results from the servers) ** client.rmi.localport = 6000(从服务器获取结果)

server_port=1099 (Jmeter listener in the server) server_port = 1099(服务器中的Jmeter侦听器)

server.rmi.localport=50000 (port to answer to the client)** server.rmi.localport = 50000(用于答复客户端的端口)**

My question is how do the client send the test script to the servers? 我的问题是客户端如何将测试脚本发送到服务器? which port is used? 使用哪个端口? Thanks. 谢谢。

JMeter will send the HashTree representing your Test Plan on the port which is specified by the server.rmi.localport property JMeter将在server.rmi.localport属性指定的端口上发送代表您的测试计划的HashTree。

The default value is 4000 默认值为4000

More information: 更多信息:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM