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.
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