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 (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install wvanbergen-request-log-analyzer
Home
Request-log-analyzer (r-l-a) is a simple command line tool to analyze Merb and Rails log files. Its purpose is to find what actions are best candidates for optimization. It parses the provided log files and aggregates the parsed information to build a performance report. See Sample output for an example of this report.
Use the issues tracker, or send me a message on my GitHub account if you have questions, ideas, feature requests, bug reports, etc. Or, read some Testimonials of our users and send one in yourself!
Willem van Bergen – Bart ten Brinke
Installation
Use RubyGems to install request-log-analyzer on your computer:
$ sudo gem install request-log-analyzerAlternatively, install the gem from the GitHub gem server instead:
$ sudo gem install wvanbergen-request-log-analyzer -s http://gems.github.com
Topics
- Performance measurement basics: get introduced quickly to the performance measurement basics.
- Basic usage: get a performance report using your application’s request log files.
- Configure logging: configure logging correctly for your application to get the best results out of r-l-a.
- In-depth analysis: use filtering options to drill down to the cause of the performance issues.
- Creating a request database: create an SQLite 3 database with all parsed request information and perform analyses using SQL queries.
- Creating your own file format definition: gear the log analyzer towards your application and get more detailed results
Additional information
- Check out the Development page if you want to help out on this project.
- My blog posts on request-log-analyzer (may be somewhat dated)







