Skip to content
Abhishek Singh Bailoo edited this page Feb 18, 2015 · 3 revisions

We have to simulate GPS devices to load test our server.

There are 2 ways to do it:

Short Term: Use an online service (start quickly for free but costly for heavier loads)

  1. http://go.blazemeter.com/startups/
  2. http://loadimpact.com/pricing
  3. https://www.blitz.io/pricing#/subscriptions

Medium Term: Install one of these on our own server and bandwidth (time to start but cheaper later on)

  1. http://jmeter.apache.org/ https://www.digitalocean.com/community/tutorials/how-to-use-apache-jmeter-to-perform-load-testing-on-a-web-server
  2. http://tsung.erlang-projects.org/
  3. https://code.google.com/p/httperf/
  4. http://httpd.apache.org/docs/2.0/programs/ab.html
Clone this wiki locally