update readme
authorgit <redacted>
Sat, 16 May 2026 05:43:00 +0000 (01:43 -0400)
committergit <redacted>
Sat, 16 May 2026 05:43:00 +0000 (01:43 -0400)
README.md

index 3d68f947d7fd598dc18f0d1f0a28e352777e802a..6e6d2e0b8f70a9930e32cd04d0f78245249e7485 100644 (file)
--- 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`