I am looking to perform some processing based on the data being written to the file, so I was thinking I would periodically open a logfile write to it, test for a condition close it, etc. does this make any sense?
my goal is to be informed should errors occur with running loadrunner tests, so that if a change takes place on the server and my script starts failing I am notified, as well as having notifications sent should requests take longer than expected on the server.