This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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)







