新しいscriptとして、script/performance/requestというものが 新たに加わったみたいです。

   1  h% ./script/performance/request --help
   2  USAGE: ./script/performance/request [options] [session script path]
   3      -n, --times [0000]               How many requests to process. Defaults to 100.
   4      -b, --benchmark                  Benchmark instead of profiling
   5          --open [CMD]                 Command to open profile results. Defaults to "open %s &"
   6      -h, --help                       Show this help

ふむふむ。ベンチマーク系のスクリプトのようですね。 紹介してる記事を見つけました。

New in Rails: a request profiler for profiling your app

Jeremy Kemper (aka bitsweat) committed a very useful tool into the Rails trunk not too long ago: a request profiler! It’s a human-friendly wrapper script around the ruby-prof library, a nice ruby code profiler, that lets you run multiple requests against a URI in your application and get a detailed code profile report in text and HTML.

おーなるほど。前回のRails勉強会で紹介した ruby-prof を human-friendlyにしてくれるツールですか。これは面白そうですね。

試してみようと思って触ってみたら、上のサイトで紹介されてる ものと、Rails 2.0で入ったものは若干インターフェイスが違う模様。

DHHが書いてる こっちの情報 が最新のようです(以下に抜粋)

Action Pack: New request profiler

Figuring out where your bottlenecks are with real usage can be tough, but we just made it a whole lot easier with the new request profiler that can follow an entire usage script and report on the aggregate findings. You use it like this:

$ cat login_session.rb
get_with_redirect '/'
say "GET / => #{path}" 
post_with_redirect '/sessions', :username => 'john', :password => 'doe'
say "POST /sessions => #{path}" 
$ ./script/performance/request -n 10 login_session.rb

And you get a thorough breakdown in HTML and text on where time was spent and you’ll have a good idea on where to look for speeding up the application.

なにやらIntegrationTestのコードのようなものを記述したスクリプト を用意して、そのpathを渡せば良いみたいです。

posted by Png genki on Sat 8 Dec 2007 at 09:39

Comments:

or Preview
Social Bookmarks
  • Delicious
  • B_entry249
  • Clip_16_12_w
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ