Ruby on Rails
HowToStressOrLoadTest

From the Rails list:

First, some quick definitions:

The tools for all three:

A common theme you may notice is that all of these tools have very useless statistics, so they don’t help you compare the performance of systems. It may sound like anal academic nonsense, but without at least a standard deviation or range calculation you’ll never be able to find out if your system is performing consistently under load. My recommendation is to use httperf to check the performance of systems and to make sure that your proposed performance enhancements actually do improve things. Other than that you’re pretty much just at the mercy of whatever is available.

Some other background reading on Performance vs. Load vs. Stress testing theory:

http://agiletesting.blogspot.com/2005/02/performance-vs-load-vs-stress-testing.html

An article on using httperf, autobench and openload to test the performance of a Web application:

http://agiletesting.blogspot.com/2005/04/http-performance-testing-with-httperf.html