oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

Enhance networking by using S3 buckets #56

Open oliverlloyd opened 8 years ago

oliverlloyd commented 8 years ago

Right now code and files are sent up and down between the computer running the script and each instance. This can create a lot of traffic when the volume of instances increases and doesn't scale well because upload speeds tend to be slow from people's PCs.

A better solution would be to use an S3 bucket. Files could be uploaded there once and then the instances told to read from that location.

In the same way results could be written to this location and the client given a url to the file but this would mean it would not be possible to concatenate and sort the files.