2010-09-22 5 views
1

J'utilise la fonction de test distribué de JMeter qui fonctionne correctement. Cependant, lorsque je planifie cette exécution distribuée, elle s'exécute immédiatement et ne tient pas compte des programmes. Cela n'arrive que pour les tests distribués. Une idée?planification des tests distribués Jmeter

Répondre

0

Je ne suis pas tombé sur ce petit bijou. Avez-vous essayé starting from the command line pour voir si cela fonctionne correctement?

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

Salut Merci. Le problème venait de mon côté où l'heure de la machine esclave n'était pas synchronisée avec le maître. Cela fonctionne maintenant. – bala