多節點JMeter分佈式壓測

Linux服務器上jmeter進行分佈式壓測的相關準備工作

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或將其禁用。

    官網地址 http://jmeter.apache.org/use

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章