Hi guys,
I have a set of 6 log files which include test data on a specific website (each log file tests a different server). Each log file consists of:
7 Traceroutes + 1 Ping (which sends 120 packets) - taken every 4 hours for a 7 day period.
I created the script to do this myself using a bash shell script and crontab which was run on an external server.
What I need to do is to write a parser which will export my log data into a csv file, which I can then export into Excel in order to analyse the results.
I have an example parsing script originally written in C++, however I have only just taken up coding properly this year and at the moment I only know very basic Java.
I'm not asking anyone to do this task for me, but after looking around the internet for several hours I'm still none-the-wiser about where to start or what to do.
If anyone could give me any pointers, or knows any useful links then I would be incredibly grateful. I've included one of my logs and the sample parser in the .rar file attached if anyone needs a reference point.
I have a set of 6 log files which include test data on a specific website (each log file tests a different server). Each log file consists of:
7 Traceroutes + 1 Ping (which sends 120 packets) - taken every 4 hours for a 7 day period.
I created the script to do this myself using a bash shell script and crontab which was run on an external server.
What I need to do is to write a parser which will export my log data into a csv file, which I can then export into Excel in order to analyse the results.
I have an example parsing script originally written in C++, however I have only just taken up coding properly this year and at the moment I only know very basic Java.
I'm not asking anyone to do this task for me, but after looking around the internet for several hours I'm still none-the-wiser about where to start or what to do.
If anyone could give me any pointers, or knows any useful links then I would be incredibly grateful. I've included one of my logs and the sample parser in the .rar file attached if anyone needs a reference point.