-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)
+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)
### searchlog
grep all `access.log*` files and perform reverse IP lookup on IPs from matched entries
+### countbytes
+
+grep all `access.log*` files and show total bytes sent to the IPs in matched entries
+
### countconn
-show connections per minute
+shows connections per minute with `-m` or all connections a day with `-d`
+change the output line count with `-l`