I run my app on google app engine.....My log files are huge due to heavy traffic The log file looks like this
122.167.221.243 - - [06/Mar/2012:01:11:29 -0800] "GET /Bengali/enable HTTP/1.1" 404 0 "http://www.epicsearch.in/" -
---Similar rows ---- below
I want to process them to get meaningful stats such as no. of unique IP addresses or no. of hits on a given page.... I am a beginner so do not know how to go about it!!!!!