1 All scripts assume the default (Combined Log Format) format and the default (on most platforms) logrotate config ( regular
`.log` and
`.log.1` files, every other log file gzip'ed)
5 grep all
`access.log*` files
9 grep all
`error.log*` files
13 grep all
`access.log*` files and perform reverse IP lookup on IPs from matched entries
17 grep all
`access.log*` files and show total bytes sent to the IPs in matched entries
21 shows connections per minute with
`-m` or all connections a day with
`-d`
22 change the output line count with
`-l`