about summary refs log tree commit homepage
path: root/tapset/http_access_log.gawk
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/http_access_log.gawk')
-rwxr-xr-xtapset/http_access_log.gawk5
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/http_access_log.gawk b/tapset/http_access_log.gawk
index fe2a616..b88689c 100755
--- a/tapset/http_access_log.gawk
+++ b/tapset/http_access_log.gawk
@@ -1,6 +1,11 @@
 #!/usr/bin/gawk -f
 # using gawk for strftime
 # This takes the output of the all.stp tapset distributed with cmogstored
+# This emits output similar to Common Log Format (CLF), with two exceptions:
+#
+# The byte count for PUT requests is recorded in byte bytes transferred
+# since PUT responses are always an empty body with cmogstored.
+
 / http_accepted / {
         pid = $1
         fd = $2