0.0
No commit activity in last 3 years
No release in over 3 years
Trebuchet is a gem for distributed performance testing. It spins up arbitrary ec2 micro servers, and does performance testing from them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Trebuchet

Trebuchet is a gem for distributed performance testing. It spins up arbitrary ec2 micro servers, and does performance testing from them.

To set up trebuchet, install it normally with gem, then copy down the trebuchet.yml.example and rename it trebuchet.yml. Then update it with your revelvant information.

To run arbitrary load tests, you can use trebuchet from the command line

trebuchet -s 5 -c 100 -t 20M http://www.example.com

-s: Number of Servers to spin up
-c: Number of Concurrent Users per Server
-t: Amount of Time to run the test (ex. 10S, 5M, 1H)

When you run from the command line, Trebuchet will spin up the required servers in your

Alternatively, you can invoke Trebuchet's internal ruby classes to spin up servers, and run multiple load tests then terminate all the servers it spun up. It will not terminate any other servers you have running in EC2.