public
Description: A Rails log analyzer.
Home | Edit | New

Home

Logpwnr analyzes Rails logs and spits out a csv to standard out containing every action requested from your application with the following metrics:

  • number of requests to that action
  • average time to process action (including breakdown of db, application, and render time)
  • standard deviation of process time, including breakdown of db/app/render (lets you know if sometimes an action goes crazy)
  • total time to process action (where the most of your processing power is being spent)

Harvest Logs From Several Servers

Last edited by terrbear, Sat Sep 06 08:02:33 -0700 2008
Home | Edit | New
Versions: