~b-m-tenbrinke/request-log-analyzer/master

« back to all changes in this revision

Viewing changes to README.rdoc

  • Committer: Willem van Bergen
  • Date: 2014-11-06 13:04:13 UTC
  • Revision ID: git-v1:8c2f9a1cd46719b66c7051696da20ec250d39541
README cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
* Analyzes log files. Currently supports: Amazon S3, Apache, Delayed::Job, Merb, Mysql, PostgreSQL, Rack, Rails and more.
6
6
* Combines multiple files and decompresses compressed files, which comes in handy if you are using logrotate.
7
7
* Uses several metrics, including cumulative request time, mean request time, process blockers, database and rendering time, HTTP methods and statuses, Rails action cache statistics, etc.) (Sample output: http://github.com/wvanbergen/request-log-analyzer/wiki/sample-output)
8
 
* Low memory footprint and reasonably fast, so it is safe to run on a production server.
9
 
* MIT licensed
10
 
* Runs on all MRI 1.9+ compatible rubies
 
8
* Runs on any  MRI 1.9+ compatible Ruby, has a low memory footprint and is reasonably fast, so it is safe to run on a production server.
11
9
 
12
10
See the project wiki at http://github.com/wvanbergen/request-log-analyzer/wiki for documentation and additional information.
13
11
 
36
34
* Issue tracker at GitHub: http://github.com/wvanbergen/request-log-analyzer/issues
37
35
* The Railsdoctors homepage: http://railsdoctors.com
38
36
* Check out CONTRIBUTING.rdoc if you want to help out on this project.
 
37
* This software is MIT licensed.