zoukankan      html  css  js  c++  java
  • 多节点JMeter分布式压测-Jmeter4.0分布式压测准备工作

    Jmeter4.0分布式压测准备工作

    1、压测注意事项
    the firewalls on the systems are turned off or correct ports are opened.
    系统上的防火墙被关闭或正确的端口被打开。

    all the clients are on the same subnet.
    所有的客户端都在同一个子网上。

    the server is in the same subnet, if 192.x.x.x or 10.x.x.x IP addresses are used. If the server doesn't use 192.xx or 10.xx IP address, there shouldn't be any problems.
    如果使用192.x.x.x或10.x.x.x IP地址,则服务器位于同一子网中。 如果服务器不使用192.xx或10.xx IP地址,则不应该有任何问题。

    Make sure JMeter can access the server.
    确保JMeter可以访问服务器。

    Make sure you use the same version of JMeter and Java on all the systems. Mixing versions will not work correctly.
    确保在所有系统上使用相同版本的JMeter和Java。 混合版本将无法正常工作。

    You have setup SSL for RMI or disabled it.
    您已为RMI设置SSL或将其禁用。

    启动指令:

    ./jmeter-server

    注意事项:

    一定要用内网IP,不要使用公网IP(不用担心带宽因素) 用ping命令去检查

    Jmeter专业词汇

    master

    slave

    target

  • 相关阅读:
    Java中的位运算符、移位运算符
    数据结构——树
    Java Collections工具类
    Map集合
    博客园插入bilibili视频
    TreeSet练习 根据字符串长度排序
    Java Set集合
    规划极限编程读后感(3)
    规划极限编程读后感(2)
    规划极限编程读后感(1)
  • 原文地址:https://www.cnblogs.com/goodgoodstudy2018/p/12421027.html
Copyright © 2011-2022 走看看