w****t 发帖数: 33 | 1 You have a set of web logs from 4 web servers. These logs are in "Combined L
og
Format".
See http://httpd.apache.org/docs/1.3/logs.html#combined as a reference.
The logs cover a period of several days, totaling 40 million access records
and about 10
gigs of data.
Write a shell command, or a series of shell commands, which will extract a s
ingle timeordered
sequence of access records for given set of IPs, between a given pair of dat
e-times.
Exclude secondary requests (images, stylesheets, etc.). |
|