2010-09-22 3 views
1

Я использую функцию распределенного тестирования JMeter, которая отлично работает. Однако, когда я планирую этот распределенный запуск, он просто запускается немедленно и игнорирует графики. Это происходит только для распределенного тестирования. Есть идеи?планирование Распределенное тестирование Jmeter

ответ

0

Я не сталкивался с этой маленькой жемчужиной. Вы пробовали starting from the command line, чтобы узнать, работает ли он правильно?

Step 3b: Start the JMeter from a non-GUI Client 

As an alternative, you can start the remote server(s) from a non-GUI (command-line) client. The command to do this is: 

jmeter -n -t script.jmx -r 
or 
jmeter -n -t script.jmx -R server1,server2... 

Other flags that may be useful: 
-Gproperty=value - define a property in all the servers (may appear more than once) 
-Z - Exit remote servers at the end of the test. 


The first example will start whatever servers are defined in the JMeter property remote_hosts; the second example will define remote_hosts from the list of servers and then run the remote servers. 
The command-line client will exit when all the remote servers have stopped. 
+0

привет спасибо. Проблема была с моей стороны, когда время ведомой машины не синхронизировалось с мастером. Теперь он работает. – bala