资 源 简 介
Implement an application to process HTTP log data. The application should read a log le as input; an
example is provided for you on the course web. After reading the data, the application should be able to
report statistics like
total number of requests
requests by
{ day
{ response code
{ requesting IP
{ referring URL
{ requested le/resource
largest/smallest response size
average response size
2
total response size
most requested le/resource
count of unique IP addresses
count of unique user agents
The application should also be able to export at least one kind of graph or chart to an external image le.