Skip to content

Instantly share code, notes, and snippets.

@chussenot
Created March 28, 2014 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chussenot/9830422 to your computer and use it in GitHub Desktop.
Save chussenot/9830422 to your computer and use it in GitHub Desktop.

Load Tests

Loader IO

http://loader.io/ Loader.io is a free load testing service that allows you to stress test your web-apps/apis with thousands of concurrent connections.

Gatling

https://github.com/excilys/gatling Gatling is a stress tool. Development is currently focusing on HTTP support.

Weighttp

https://github.com/temoto/weighttp weighttp (pronounced weighty) is a lightweight and small benchmarking tool for webservers.

Engulf

http://engulf-project.org/ Engulf is a scalable and distributed HTTP benchmarker

Vegeta

https://github.com/tsenart/vegeta Vegeta is a versatile HTTP load testing tool built out of need to drill HTTP services with a constant request rate. It can be used both as a command line utility and a library.

Boom

https://github.com/rakyll/boom Boom is a tiny program that sends some load to a web application. It's similar to Apache Bench (ab), but with better availability across different platforms and a less troubling installation experience.

Blitz IO

https://www.blitz.io/ Load Testing from the Cloud Load testing for websites, web apps, and REST APIs

Legacy

API Documentation (php)

https://appintime.com/api/v1/doc.html

Deploy to heroku

git subtree push --prefix sinatra heroku master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment