Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Benchmarking with httperf: Another great screencast from Geoffrey Grosenbach

By Peter Cooper / March 15, 2007

Httperfpeepcode

Benchmarking with httperf is a new screencast by Geoffrey Grosenbach in his Peepcode series of Ruby / Rails related videos. It costs $9, but for that you get a bundle of source code and a very high quality video of 53 minutes' length.

In the video Geoffrey covers a lot of basic theory about statistics (including standard deviation) and shows how to extract useful statistics from Rails log files and httperf, a Web server performance monitoring tool. He demonstrates the actual effects of using the various types of caching available to Rails developers (including what types of caching are faster and by how much) and what effect sessions have on request levels.

It's pretty meaty stuff, but essential to learn if you're involved in deploying Rails applications, and a steal to get an hour of high quality guidance for $9.

Comments

  1. Chris says:

    This was a great screencast. I was afraid it was going to be a little too technical for me but Geoffrey's use of visuals and walkthrough-style teaching made benchmarking seem pretty easy. I had an idea of how I'd benchmark an application in my head before watching this but, after watching, I was totally off. Small, measurable changes are stressed. Well worth $9.

Other Posts to Enjoy

Twitter Mentions