diff --git a/doc/h2load.1 b/doc/h2load.1 index 33270eab..5a75bd31 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "Nov 23, 2018" "1.35.0" "nghttp2" +.TH "H2LOAD" "1" "Jan 18, 2019" "1.36.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . @@ -273,6 +273,17 @@ Default: \fB4K\fP .UNINDENT .INDENT 0.0 .TP +.B \-\-log\-file= +Write per\-request information to a file as tab\-separated +columns: start time as microseconds since epoch; HTTP +status code; microseconds until end of response. More +columns may be added later. Rows are ordered by end\-of\- +response time when using one worker thread, but may +appear slightly out of order with multiple threads due +to buffering. Status code is \-1 for failed streams. +.UNINDENT +.INDENT 0.0 +.TP .B \-v, \-\-verbose Output debug information. .UNINDENT diff --git a/doc/h2load.1.rst b/doc/h2load.1.rst index 8fadf9fc..3edc9d90 100644 --- a/doc/h2load.1.rst +++ b/doc/h2load.1.rst @@ -229,6 +229,16 @@ OPTIONS Default: ``4K`` +.. option:: --log-file= + + Write per-request information to a file as tab-separated + columns: start time as microseconds since epoch; HTTP + status code; microseconds until end of response. More + columns may be added later. Rows are ordered by end-of- + response time when using one worker thread, but may + appear slightly out of order with multiple threads due + to buffering. Status code is -1 for failed streams. + .. option:: -v, --verbose Output debug information. diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 4219840d..987ccaa5 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "Nov 23, 2018" "1.35.0" "nghttp2" +.TH "NGHTTP" "1" "Jan 18, 2019" "1.36.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 953ad130..4c30d23c 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "Nov 23, 2018" "1.35.0" "nghttp2" +.TH "NGHTTPD" "1" "Jan 18, 2019" "1.36.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index f1815c27..3efdc930 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "Nov 23, 2018" "1.35.0" "nghttp2" +.TH "NGHTTPX" "1" "Jan 18, 2019" "1.36.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy .