wvanbergen / request-log-analyzer

A command line tool that analyzes request logfiles (e.g. Rails, Merb, Apache) to produce a performance report.

request-log-analyzer / TODO
100644 21 lines (16 sloc) 0.604 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO items for Rails-log-analyzer
=================================
Contact willem AT vanbergen DOT org if you want to help out with the development.
 
Summarizer:
- Look at request types (GET / POST)
 
Database:
- Add query functionality for the resulting database file (interactive reports?)
- Link request processing line to request completed line
 
Rails integration:
- Create script that calls request-log-analyzer
- Optionally use local or specific routes.rb file to parse URLs
- Add rake tasks to Rails application when included
 
General:
- Add useful rake tasks
- Add more tests
- World domination