I would also recommend httperf but you can do some basic benchmarks
using the ab (ApacheBenchmark [1]) command, something like:

ab -n 1000 -c 100 http://www.mysite.com/mycontroller/myaction

will do 1000 requests to the given URL with a concurrency of 100, the
result is a detailed report.

[1] http://httpd.apache.org/docs/2.0/programs/ab.html

--
Maykel Rodriguez
www.speedyrails.com
Easy to use Rails hosting


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to