in reply to logfile parsing
If it is a custom rolled app, then I would suggest writing an OO module that takes each line as a separate object, parses it and dumps it off to a function to handle each class/category of line and go from there. Aggregating the stats can become another part of the module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: logfile parsing
by phoneguy (Novice) on Oct 26, 2006 at 16:28 UTC |