How to get log from remote JMeter Node (jmeter-server)?

I am very new to JMeter and I got a problem - I couldn't get jmeter log if I use JMeter with Node.

I run JMeter with Maven plugin, the command looks like this:

jmeter -n -t my_settings.jmx -l my_result.jtl -r -R <IP_OF_REMOTE_NODE> -X

      

and on the remote server node I start the jmeter server with the command:

./jmeter -Djava.rmi.server.hostname = -Dserver_port = 1099 -s

in the logs of our product and in the JMeter logs I can see that the testing is going correctly, but in this case the file 'my_result.jtl' is empty, I expected that the remote node should send the logs back and the "master" should put it in "my_result.jtl" ", it seems that something is wrong with me.

Could you please advise - is it possible in my case to get a jtl report from a remote node? Or at least tell the remote node where to put the * jtl report.

Last post in jmeter (not jtl) log 'master' node (from which I run the mvn plugin):

jmeter.JMeter: Remote motors started

+3


source to share





All Articles