Originally posted by: Crusty
I have no idea what you are looking for in your file, but the basic way to get this accomplished is to read the file line by line until you find a line that indicates a successful call and just keep track of that for each server. Like I said before there are infinite amounts of ways to do this. A very simple shell script, perl script, VB Script, or even Excel could be used to do what you want.
The trick is in finding the pattern of text in the file that indicates an accepted/successful call and then counting the number of times that pattern shows up in the file.