about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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