about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-13 00:49:28 +0000
committerEric Wong <e@80x24.org>2015-03-06 01:56:14 +0000
commit3e14979ef533e41fe72f7e68afd533a3cc87471d (patch)
tree09774638aa53ae421f458809a041fcbfa0bb9ebf
parent10ae48e0880fc76d1f2044f80e20004491801663 (diff)
downloadcmogstored-3e14979ef533e41fe72f7e68afd533a3cc87471d.tar.gz
We have two differences from CLF, note them correctly.
-rwxr-xr-xtapset/http_access_log.gawk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tapset/http_access_log.gawk b/tapset/http_access_log.gawk
index b88689c..7a5823c 100755
--- a/tapset/http_access_log.gawk
+++ b/tapset/http_access_log.gawk
@@ -3,8 +3,9 @@
 # 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
+# 1) The byte count for PUT requests is recorded in byte bytes transferred
 # since PUT responses are always an empty body with cmogstored.
+# 2) elapsed time of the request is added.
 
 / http_accepted / {
         pid = $1