Agile Web Development

Build it. Launch it. Love it.

redpill_httperf_recorder

This plugin records requests in httperf format. The output is stored in logs/httperf.log

Usage

  • Enable the plugin by adding the following line to your application controller.
     include Redpill::Httperf::Recorder
    
  • Hit your site
  • Copy lines that your which to use for benchmarking from logs/httperf.log into httperf.workload
  • Disable protect_from_forgery
  • Benchmark your site using httperf
      httperf --server=0.0.0.0 --port=3000 --wsesslog=1,0,httperf.workload --session-cookie
    

Copyright © 2008 Redpill Linpro, released under the MIT license

Vitals

Home http://ruby.redpill.se/
Repository http://svn.redpill.se/rails_plugins/redpill_httperf_recorder/
License Rails' (MIT)
Tags Tag_red
Rating (0 votes)
Owner Redpill Linpro
Created 6 November 2008

Comments

Add a comment