DasAntonym
DasAntonym

Reputation: 462

hosted rest load testing solution

can anyone recommend a hosted solution for load testing a rest interface (including all verbs, signed requests and multiple sets of simulated tasks)?

we don't want to set up a server with the tools and we only need this occasionally.

we'd like to test it at about 500 requests per second and see how the system responds.

would be awsome if anyone could share their experience with hosted solutions providing this service.

thanks!

Upvotes: 1

Views: 197

Answers (1)

Darrel Miller
Darrel Miller

Reputation: 142044

Not a hosted solution but a quick and easy way to load test a HTTP endpoint is to use Fiddler and a plugin called Stress Stimulus http://stresstimulus.stimulustechnology.com/ It's free too!

Upvotes: 2

Related Questions