Skip to content
forked from tmm1/hotspots

a graphical view into your rails app's performance

Notifications You must be signed in to change notification settings

IQ-SCM/hotspots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotspots

a rails performance tool.

collecting data

require 'memprof/tracer'
config.middleware.use Memprof::Tracer

The Memprof::Tracer middleware will record JSON stats about each incoming request to /tmp/memprof_tracer-PID.json

analyzing data

bundle install
./bin/hotspots /tmp/memprof_tracer-*.json hotspots-report/
open hotspots-report/index.html

screenshots

summary

top controllers and actions

request/response types

response time

gc and objects

sql

sort options

About

a graphical view into your rails app's performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CoffeeScript 4.6%
  • Ruby 1.7%