Created
September 25, 2013 13:22
-
-
Save bloodearnest/6699509 to your computer and use it in GitHub Desktop.
Theoretical juju pynamite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juju bootstrap -e ec2 # or local or openstack or azure | |
juju deploy pynamite --config some-load-test.yaml -n 10 # number units | |
juju add-unit pynamite # add one more | |
juju set pynamite endpoint="http://" | |
juju set pynamite start=True # or timestamp of scheduled test | |
# not sure about how to collect results... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment