Skip to content

Releases: smithmicro/jmeter-ecs

Pass contents of /plans directory to Gru and Minions

27 Jan 01:11
f9f4459
Compare
Choose a tag to compare
  • Directory where the .JMX file is located is copied to all instances
  • The files are available in all Docker containers in /plans
  • Added new variable COPY_DIR=true to enable this feature

JMeter 5.0

23 Jan 17:36
09ead8d
Compare
Choose a tag to compare

Supporting JMeter 5.0 #33
Fixed #23

JMeter Plugins integrated with the Docker Image

26 Mar 02:16
a25bf3b
Compare
Choose a tag to compare

Feature request #19 - installing all plugins in
Bug #20 - fix to Lucy.sh to ensure we get a single Gru instance in edge cases

Re-use existing Clusters

16 Mar 16:09
Compare
Choose a tag to compare
  • 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

12 Jan 18:15
0021cd9
Compare
Choose a tag to compare

Support feature #13

This has increased performance and stability of lucy.sh.

ECS-CLI support

10 Jan 22:35
e561b4e
Compare
Choose a tag to compare

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

09 Jan 23:32
Compare
Choose a tag to compare
v1.1

adding 3.2 and 3.3 support

Initial release

09 Jan 23:30
Compare
Choose a tag to compare
v1.0

added HTML report generation