Healthyr is a Ruby on Rails performance monitor.
Healthyr is a performance monitor for Ruby on Rails applications. It takes advantage of ActiveSupport::Notifications instruments to help you find slow parts of your app.
gem 'healthyr'
git clone https://github.com/elvio/healthyr_monitor
$ rackup config.ru --port=[PORT]
$ HEALTHYR_MONITOR_URL="http://[SERVER]:[PORT]" rails s
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)