From d870b1eb8666587f122dcac4424cd2d82d6afe6e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Jun 2013 18:21:46 +0200 Subject: [PATCH] Documented new HTTP log format --- README | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README b/README index ca47651..4036eb0 100644 --- a/README +++ b/README @@ -51,20 +51,20 @@ HTTP report syntax: ~~~~~~~~~~~~~~~~~~~ - data transmitted in both directions (excluding headers) ----+ - | response delay ---+ - transaction # on this connection ---+ | [sec] | - | | | method and - cache status --+ | | duration [sec] | request URI - source address:port destination addr:port | | | | | | - | | | | | | | | -2003-06-06 22:53:38.642 81.27.194.19:1175 205.217.153.53:80 123.123.123.123 200 ... 0 14030 0.957 0.444 GET http://... - | | | -date and time of request start X-Forwarded-For HTTP response code or -(if it's the first request on a connection, ERR = HTTP violation -it's the time where the connection was initiated, CUT = connection closed before transaction finish -even if the request has been transmitted later) FIN = CONNECT request finished by connection close - Txx = TCP error xx (see above) + data transmitted in both directions (excluding headers) ----+ + | response delay ---+ + transaction # on this connection ---+ | [sec] | +global | | | method and +transaction ID cache status --+ | | duration [sec] | request URI + | source address:port destination addr:port | | | | | | + | | | | | | | | | +000001 2003-06-06 22:53:38.642 81.27.194.19:1175 205.217.153.53:80 123.123.123.123 200 ... 0 14030 0.957 0.444 GET http://... + | | | + date and time of request start X-Forwarded-For HTTP response code or + (if it's the first request on a connection, ERR = HTTP violation + it's the time where the connection was initiated, CUT = connection closed before transaction finish + even if the request has been transmitted later) FIN = CONNECT request finished by connection close + Txx = TCP error xx (see above) Cache status codes: -- 2.39.2