A gem for web services load testing?

A

Alex Stahl

Hi Folks - I've been developing automated functional tests in ruby for
our website for the last few months, and now need to expand my scope.

Before I hit google, can anyone recommend a gem which can perform load
testing on a REST API? I realize I could probably build my own w/
mechanize + threading of some kind, but that seems like it'd be a lot of
work, and I don't want to solve a problem that's already been solved.

Any suggestions are appreciated.

Thanks,
Alex
 
J

Josh Cheek

[Note: parts of this message were removed to make it a legal post.]

Hi Folks - I've been developing automated functional tests in ruby for
our website for the last few months, and now need to expand my scope.

Before I hit google, can anyone recommend a gem which can perform load
testing on a REST API? I realize I could probably build my own w/
mechanize + threading of some kind, but that seems like it'd be a lot of
work, and I don't want to solve a problem that's already been solved.

Any suggestions are appreciated.

Thanks,
Alex
In this video (
), starting at
24:40, Charles Oliver Nutter shows an example of how he uses JRuby to scale
Rails. He does his load tests with a program called ab. Which, when I
request manpages for it, it says it's the "Apache HTTP server benchmarking
tool". That sounds pretty promising, maybe look into it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top