I’ve got another Scaling Rails screencast out today, this one the first of two episodes on learning about Load Testing.
Summary
In this first Load Testing Screencast we learn what exactly load testing is, why it’s useful, and learn how to properly use Apache Bench and httperf. These tools are very useful to gauge how your application handles under a heavy load.
Don’t forget to subscribe to the screencast RSS feed or grab it on ITunes to avoid missing any of these episodes. FYI, These videos look great on an iPhone / iPod if you want something to watch on the go.
Related posts:
- RailsLab: Load Testing – Part 2 If you want to know if your application can scale before it actually gets the traffic spike, then you...
- RailsLab: Scaling Your Database – Part 1 When you’ve used all those great scaling rails techniques and your database is still getting overloaded, what is your...
- RailsLab: Scaling Your Database – Part 2 In the first Scaling your Database screencast we learned how to scale our database if our website is read...
- Client-side Caching & Advanced HTTP Caching The next two videos of the Scaling Rails screencasts are now out. As I mentioned before, these screencasts look...
- Web 2.0 – Art of Testing Web Applications Talk Thanks to those of you who came out for my Web 2.0 Expo Talk in SF. You can download...
Sections: Home Tags: screencasts, videos
RSS
iTunes
Very cool, thanks for your screencasts
Nice work Gregg, I noticed the headers of the web server use Thin webserver, is there any recommendation for ModRails with RubyEnterprise, use Thin on Apache or NGINX. Or perhaps some other alternatives to use as webserver. Can you comment something about Heroku as web server solution ?
Keep doing the great job.
Dinooz
Dinooz: I haven’t tried Heroku yet, but if I were to create an optimal production server environment right now, I think the best way to go is Nginx with Passenger.
It would be very interesting to do some benchmarking across the different VPSes.