Skip to content

Instantly share code, notes, and snippets.

@bloodearnest
Created September 25, 2013 13:22
Show Gist options
  • Save bloodearnest/6699509 to your computer and use it in GitHub Desktop.
Save bloodearnest/6699509 to your computer and use it in GitHub Desktop.
Theoretical juju pynamite
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