RailsPerformance

Short description and motivation.

Usage

Create config/initializers/rails_performance.rb

RailsPerformance.setup do |config|
  config.redis = Redis.new
  config.days  = 3
end

Installation

Add this line to your application's Gemfile:

gem 'rails_performance'

And then execute:

$ bundle

TODO

  • time/zone
  • redis namespaces
  • skip for tests ?
  • documentation
  • add 1 if 0 (it means one request was)
  • better hint
  • export to csv
  • last 30 minutes report all requests

Contributing

You are welcome to contribute.

License

The gem is available as open source under the terms of the MIT License.