Re: finding interspersed transaction start and end times in log files

2010-11-19 Thread Jim Gibson
On 11/19/10 Fri Nov 19, 2010 11:25 AM, "Al Oomens" scribbled: > I am trying to write a script that will find the start and end times > for specific transactions, and calculate the elapsed time for each > transaction. I am looking for the "Start", grabbing the transaction > number, then looking

Re: finding interspersed transaction start and end times in log files

2010-11-19 Thread Shawn H Corey
On 10-11-19 02:25 PM, Al Oomens wrote: How would you go about this in Perl? Also, it is possible that there might be a Start in one log file, and the matching End would be in the next log file. How do you account for those situations. Since each transaction number is unique, I would use it as