jmeter-ec2
jmeter-ec2 copied to clipboard
Automates running Apache JMeter on Amazon EC2
As per #77, JMeter is hard to stop sometimes. Putting a timeout in the script inside the `control_c()` [function](https://github.com/oliverlloyd/jmeter-ec2/blob/master/jmeter-ec2.sh#L991). Would prevent long waits. The timeout could write to screen giving...
As per #10, connection errors sometimes occur and can be caused by things that could have been checked by the script.
I have a `meta` jmx file that uses the `Include Controller` that includes all scripts for individual projects. This a useful layout for when you have many projects going through...
This would allow scripts and vars to be passed and prevent parsing errors. (See #72.) Right now the script only accepts pure file path references in the filepath field of...
The summariser has a new time format and the results file has field names added by default now.
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...
Hi Oliver, Congrats on creating an exceptional batch file which helps us a lot. I am trying to build a script which also incorporates the InfluxDB + Grafana Dashboard as...
[This issue](https://github.com/oliverlloyd/jmeter-ec2/issues/10) lists the various things that can cause this error but it's closed and the information is hidden. Better would be to add a section to the readme and...