|
Hi, First post to this forum. Need some help to gather the following information from Lotus Notes log files. I need to search maillogs and grep out anything which took more than 2 minutes and a total of all mail Can anyone provide any 1 liners which may capture :
anything above 00:02:00 and total of lines/emails in the logfile.
,Size:,1K,Time:,00:00:01,Hop,Count:,2
My script is mostly echoing and then crunching the lines Starting,to,Analyse,logs,at,Tue,May,,1,11:41:45,NZST,2012 Start,Date,=,,20/03/2012,09:10:45,Router: End,Date,=,,20/03/2012,09:11:26,Router: Crunching,,210,,lines
So it shows how many lines are crunched which is 1 step done. Just need to grep out the +2Mins
Any help on a 1 liner would be much appreciated. Last request was too much
Last edited by cozcol on Mon Apr 30, 2012 5:47 pm, edited 3 times in total.
|