Gossamer Forum
Home : General : Perl Programming :

Parsing the log file

Quote Reply
Parsing the log file
 I am looking for some help.
I have a log file which is created by a batch file. The batch file has 3 different stored procedures and they run 25 times.
I need to find out how long a procedure takes to run each time.
Ex:
Procedure A took X minutes in the first run.
Procedure B took Y minutes in second run.
Procedure C took Z minutes in third run.

Procedure A took X minutes in the second run.
so on...

Is it possible?
Subject Author Views Date
Thread Parsing the log file ss2004 5239 Apr 16, 2004, 9:05 AM
Post Re: [ss2004] Parsing the log file
Andy 5127 Apr 16, 2004, 10:26 AM
Post Re: [ss2004] Parsing the log file
llccoo 5089 May 1, 2004, 5:20 PM
Post Re: [ss2004] Parsing the log file
lanerj 5104 May 1, 2004, 11:23 PM