lire &amp; logethy are an option.<br>but if you want to go on your own I believe awk, grep, sort&nbsp; are extremely extremely&nbsp; extremely (yes 3 times !) powerfulI tools, so giving them up is a bad decision I guess either talking about thier speed or what they would allow you to do in few lines of code.&nbsp; so&nbsp; what I would advice is to&nbsp; write a python program that uses them thru subprocess module, this way you have the best of both worlds, finaly you should set up some sort of database to hold your data &amp; to have a real-time&nbsp; view of whats going on.<br>
so what modules you need ? :<br><br>subprocess :&nbsp; running awk &amp; grep.<br>csv : for loading data from the resulting files.<br>MySQLdb : to connect to mysql db<br><br><br><br>