From 3e14979ef533e41fe72f7e68afd533a3cc87471d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 13 Feb 2015 00:49:28 +0000 Subject: tapset/http_access_log: note CLF differences We have two differences from CLF, note them correctly. --- tapset/http_access_log.gawk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7