add countbytes
[logtools.git] / README.md
1 All scripts assume the default (Combined Log Format) format and the default log file structure ( regular `.log` and `.log.1` files, every other log file gzip'ed)
2
3 ### searchlog
4
5 grep all `access.log*` files
6
7 ### esearchlog
8
9 grep all `error.log*` files
10
11 ### chckip
12
13 grep all `access.log*` files and perform reverse IP lookup on IPs from matched entries
14
15 ### countconn
16
17 show connections per minute