Sha256: e0d9cbf42fa117f3acea2ba4e8033384bfe6f2d17217744cf34ce42ba67a992c

Contents?: true

Size: 598 Bytes

Versions: 13

Compression:

Stored size: 598 Bytes

Contents

I use CAP for distributed jmeter or Gatling performance testing in AWS EC2.

Getting Started
---------------

Install the gem

```
gem install simple_perf
```

Create a file **~/.simple_deploy.yml** and include within it:

```
environments:
  preprod_us_east_1:
    access_key: XXX
    secret_key: yyy
    region: us-east-1
    user: ec2-user
    aws_keypair: EC2 Key Pair Name
    local_pem: ~/keypair.pem
```

Commands
--------

For a list of commands, run simple_perf -h.  To get more information about each subcommand, append a -h after the subcommand.  For example: **simple_perf status -h**.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
simple_perf-0.0.15 README.md
simple_perf-0.0.14 README.md
simple_perf-0.0.13 README.md
simple_perf-0.0.12 README.md
simple_perf-0.0.11 README.md
simple_perf-0.0.10 README.md
simple_perf-0.0.9 README.md
simple_perf-0.0.8 README.md
simple_perf-0.0.7 README.md
simple_perf-0.0.6 README.md
simple_perf-0.0.5 README.md
simple_perf-0.0.4 README.md
simple_perf-0.0.3 README.md