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.
Send a message on GitHub account if you have questions, ideas, feature requests, bug reports, etc. Or, read some Testimonials of our users and send one in yourself!
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
http://wiki.github.com/wvanbergen/request-log-analyzer
http://techblog.floorplanner.com/tag/request-log-analyzer/
No comments:
Post a Comment