From: git Date: Sat, 16 May 2026 05:43:00 +0000 (-0400) Subject: update readme X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=e3a877114c32ff04310e4bf795293d73c21c2a09;p=logtools.git update readme --- diff --git a/README.md b/README.md index 3d68f94..6e6d2e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -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 @@ -12,6 +12,11 @@ grep all `error.log*` files 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`