MrChad
Lifer
I've got an application that generates a custom log file, and I'm looking for a tool or set of tools I can use to analyze these logs.
My requirement is simple: find matching log events ("Event XYZ Start", "Event XYZ End"), compute the difference in the time stamps and export these delta measurements to some sort of file that I can use to calculate the average duration.
Eclipse has some tools for analyzing logs, but it seems complicated to setup and I haven't found the right documentation/tutorials to get started.
Any thoughts/ideas?
My requirement is simple: find matching log events ("Event XYZ Start", "Event XYZ End"), compute the difference in the time stamps and export these delta measurements to some sort of file that I can use to calculate the average duration.
Eclipse has some tools for analyzing logs, but it seems complicated to setup and I haven't found the right documentation/tutorials to get started.
Any thoughts/ideas?