* [PATCH] tapset/http_access_log: note CLF differences
@ 2015-02-13 0:49 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-02-13 0:49 UTC (permalink / raw)
To: cmogstored-public; +Cc: Eric Wong
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
--
EW
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-13 0:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13 0:49 [PATCH] tapset/http_access_log: note CLF differences Eric Wong
Code repositories for project(s) associated with this public inbox
https://yhbt.net/cmogstored.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).