Releases: smithmicro/jmeter-ecs
Releases · smithmicro/jmeter-ecs
Pass contents of /plans directory to Gru and Minions
JMeter 5.0
JMeter Plugins integrated with the Docker Image
Re-use existing Clusters
- Fix for feature request 18
- Added
RETAIN_CLUSTER
environment variable. Set RETAIN_CLUSTER=true to have Lucy skip the Cluster deletion step - Upon the next run, Lucy will automatically detect a cluster of the same name and instance count exists and use it.
- If the user changes the MINION_COUNT variable, the cluster will be torn-down and recreated
- If the cluster does not exist, it will be created
Running Gru and Minions in one Cluster
Support feature #13
This has increased performance and stability of lucy.sh
.
ECS-CLI support
Streamlined Lucy using the new AWS ECS CLI tool.
New Features:
- Improved reliability - Cluster creation and teardown done via ECS CLI
- New GRU_PRIVATE_IP - fix for issue #8
- New optional MEM_LIMIT variable - sets memory limit when you change instance types
- Improved the readme documenting all environment variables
aws-setup.sh
script now creates 2 subnets in the VPC
Support for JMeter 3.3 and 3.2
v1.1 adding 3.2 and 3.3 support
Initial release
v1.0 added HTML report generation