Question: Part 1. Web Log Analysis Your job is to create a python script called transfersize.py using generators to read a log from an apache web
Part 1. Web Log Analysis
Your job is to create a python script called transfersize.py using generators to read a log from an apache web server and print the total number of bytes that were transferred using this server. This is a sample of the first lines of the log. The image below highlights the place of the transfer size in each line of the log.
Sample Run:
$ python transfersize.py total rows read: [Your Answer] total colemns read: [Your Answer] Total size of bytes transferred is: [Your Answer]

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
