Hi Shay, Running tests on the cloud has some particular challenges that, in may opinion, makes it very hard to be done using the jmeter distributed mode.
Instead, I prefer to use Oliver Lloyd's excellent jmeter-ec2 (you can found it at https://github.com/oliverlloyd/jmeter-ec2) which are a set of bash scripts that manage the test lifecycle (launching instances, distribute & deploying tests, run and terminate & clean-up) much more easily. Cheers, Eric. 2012/12/19 Shay Ginsbourg <[email protected]> > While running a distributed load test within a LAN, the Jmeter console > connects to the Jmeter load generation hosts in JAVA RMI protocol via port > 1099. > > However, if the Jmeter load generation hosts are contained within an > elastic cloud, they may only be contacted via SSH tunnel port 22. > > The specific problem is how to edit the Jmeter properties file on the > console and on the hosts side so that the load test procedure would work in > that tunnel. > > Any configuration help would be greatly appreciated. >
