Sha256: f1b76539655507783f149f54aca9e2a0bee6d73b65fdd2783e6eaa3d5c3f14fe
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
I use CAP for distributed jmeter 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_shared_us_east_1: access_key: XXX secret_key: yyy region: us-east-1 user: XXX (example: ec2-user) key: ~/yyy.pem (example: ~/mykeypair.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_perf-0.0.2 | README.md |
simple_perf-0.0.1 | README.md |