What''s a good way to stress test a Rails app? Is this documented somewhere? Joe
On 5/24/05, Joe Van Dyk <joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What''s a good way to stress test a Rails app? Is this documented somewhere?slashdot it? ;)> > Joe > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- thanks, -pate ------------------------- We are often unable to tell people what they need to know, because they want to know something else, and would therefore only misunderstand what we said - the Raven (George MacDonald, Lilith)
Joe Van Dyk wrote:>What''s a good way to stress test a Rails app? Is this documented somewhere? > >Apache''s JMeter (http://jakarta.apache.org/jmeter/) works like a snap, and is pretty configurable. m
I''ve been using apache benchmark, it''s not to fancy but does the job and lets you test with and without session cookies. -evan On 5/24/05, Mike Evans <mike-FpmKrjSK9lFgyGvZe3TC8g@public.gmane.org> wrote:> Joe Van Dyk wrote: > > >What''s a good way to stress test a Rails app? Is this documented somewhere? > > > > > Apache''s JMeter (http://jakarta.apache.org/jmeter/) works like a snap, > and is pretty configurable. > > m > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >