をシャットダウンしないであろう、私はJMeterの(3人の奴隷、1つのマスター)を実行しているシンプルな4サーバーのセットアップがあります。JMeterはテストを分散:マスターは
スレーブ1:スレーブ2 ./jmeter-server -Djava.rmi.server.hostname=10.135.62.18
を実行している10.135.62.18:10.135をremote_hosts=10.135.62.18,10.135.62.22,10.135.62.20
./jmeter-server -Djava.rmi.server.hostname=10.135.62.20
マスターを実行している:./jmeter-server -Djava.rmi.server.hostname=10.135.62.22
スレーブ3を実行している.62.
私は次の出力で./jmeter -n -t /root/jmeter/simple.jmx -l /root/jmeter/result.jtl -r
でテストを開始:
Writing log file to: /root/apache-jmeter-3.0/bin/jmeter.log
Creating summariser <summary>
Created the tree successfully using /root/jmeter/simple.jmx
Configuring remote engine: 10.135.62.18
Configuring remote engine: 10.135.62.22
Configuring remote engine: 10.135.62.20
Starting remote engines
Starting the test @ Mon Aug 29 11:22:38 UTC 2016 (1472469758410)
Remote engines have been started
Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
奴隷印刷:
Starting the test on host 10.135.62.22 @ Mon Aug 29 11:22:39 UTC 2016 (1472469759257)
Finished the test on host 10.135.62.22 @ Mon Aug 29 11:22:54 UTC 2016 (1472469774871)
Starting the test on host 10.135.62.18 @ Mon Aug 29 11:22:39 UTC 2016 (1472469759519)
Finished the test on host 10.135.62.18 @ Mon Aug 29 11:22:57 UTC 2016 (1472469777173)
Starting the test on host 10.135.62.20 @ Mon Aug 29 11:22:39 UTC 2016 (1472469759775)
Finished the test on host 10.135.62.20 @ Mon Aug 29 11:22:56 UTC 2016 (1472469776670)
完成し、すべてのスレーブしかし残念ながら、ポート4445上のメッセージのマスターが待機無期限イベントテスト。
私が見逃したことはありますか?
あなたは上記のコマンドを提供しているときに何が起こっているのかを説明できますか?なぜ私は上記の質問に言及された窓についての質問は十分です(作業中)。しかし、Linuxに来ても動作していないので、jmeterに追加のパラメータrプロパティを追加する必要があります – KC7