Skip to content

Commit

Permalink
Pushed requirements.txt and updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Oct 28, 2010
1 parent e1f3e84 commit 1c6a677
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.pyc
theswarm.txt
*.swp
38 changes: 31 additions & 7 deletions README.textile
@@ -1,21 +1,45 @@
h1. An Army of Bees with Machine Guns!!!
h1. Bees with Machine Guns!

h2. Description

A utility for arming (creating) many bees (small EC2 in stances) to attack (load test) targets (web applications).

This application is very alpha / rough / incomplete.

h2. Dependencies

* Boto
* Fabric
* Paramiko
* boto
* fabric
* paramiko

Recommended:

* virtualenv
* virtualenvwrapper

h2. Installation w/ virtualenvwrapper

<pre>
% cd beeswithmachineguns
% mkvirtualenv --no-site-packages bees
% easy_install pip
% pip install -r requirements.txt
</pre>

h2. Usage

<pre>
fab -f bees.py up:5
fab -f bees.py attack:http://YOUR-DOMAIN.com/,1000,100
fab -f bees.py down
</pre>

h2. Tested with

* Python 2.6

h2. Credits

A creation of the News Applications team at the Chicago Tribune--visit us at "http://apps.chicagotribune.com/":http://apps.chicagotribune.com/.
A creation of the News Applications team at the Chicago Tribune--visit "our blog":http://apps.chicagotribune.com/ and read "our post about the project":http://blog.apps.chicagotribune.com/2010/07/%2008/bees-with-machine-guns/

h2. License

MIT.
3 changes: 3 additions & 0 deletions requirements.txt
@@ -0,0 +1,3 @@
boto
paramiko
fabric

0 comments on commit 1c6a677

Please sign in to comment.