We have used two EC2 instances as master and slave with Docker images (Jmeter master container and Jmeter slave container installed in respective hosts). I am able to run my testplan.jmx file from inside the Jmeter master container's bin folder and able to generate results file. How can I copy this results.scv/jtl file to my EC2 instance so that can pull those to my local machine. Please suggest which command i can use. I have used below command but no use. ./jmeter -n -t testplan.jmx -Djava.rmi.server.hostname=xxxxx -Dclient.rmi.localport=yyy0 -Rxxxxx -l /home/ubuntu/results2.jtl
Here /home/ubuntu/Jmeter is the folder which i have in my local EC2 instance.