diff --git a/doc/h2load.1 b/doc/h2load.1 index 64e87639..c0bd4376 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "Aug 18, 2017" "1.25.0" "nghttp2" +.TH "H2LOAD" "1" "Sep 20, 2017" "1.26.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . @@ -54,7 +54,9 @@ scheme, host or port values. Number of requests across all clients. If it is used with \fI\%\-\-timing\-script\-file\fP option, this option specifies the number of requests each client performs rather than -the number of requests across all clients. +the number of requests across all clients. This option +is ignored if timing\-based benchmarking is enabled (see +\fI\%\-\-duration\fP option). .sp Default: \fB1\fP .UNINDENT @@ -170,6 +172,19 @@ option is 1s. .UNINDENT .INDENT 0.0 .TP +.B \-D, \-\-duration= +Specifies the main duration for the measurements in case +of timing\-based benchmarking. +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-warm\-up\-time= +Specifies the time period before starting the actual +measurements, in case of timing\-based benchmarking. +Needs to provided along with \fI\%\-D\fP option. +.UNINDENT +.INDENT 0.0 +.TP .B \-T, \-\-connection\-active\-timeout= Specifies the maximum time that h2load is willing to keep a connection open, regardless of the activity on diff --git a/doc/h2load.1.rst b/doc/h2load.1.rst index 543e1291..119e65fa 100644 --- a/doc/h2load.1.rst +++ b/doc/h2load.1.rst @@ -34,7 +34,9 @@ OPTIONS Number of requests across all clients. If it is used with :option:`--timing-script-file` option, this option specifies the number of requests each client performs rather than - the number of requests across all clients. + the number of requests across all clients. This option + is ignored if timing-based benchmarking is enabled (see + :option:`--duration` option). Default: ``1`` @@ -136,6 +138,17 @@ OPTIONS the rate option is not used. The default value for this option is 1s. +.. option:: -D, --duration= + + Specifies the main duration for the measurements in case + of timing-based benchmarking. + +.. option:: --warm-up-time= + + Specifies the time period before starting the actual + measurements, in case of timing-based benchmarking. + Needs to provided along with :option:`-D` option. + .. option:: -T, --connection-active-timeout= Specifies the maximum time that h2load is willing to diff --git a/doc/nghttp.1 b/doc/nghttp.1 index e0e94348..56de7bf8 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "Aug 18, 2017" "1.25.0" "nghttp2" +.TH "NGHTTP" "1" "Sep 20, 2017" "1.26.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 6afdda4f..cf95d529 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "Aug 18, 2017" "1.25.0" "nghttp2" +.TH "NGHTTPD" "1" "Sep 20, 2017" "1.26.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index 07a30838..0247bdd1 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "Aug 18, 2017" "1.25.0" "nghttp2" +.TH "NGHTTPX" "1" "Sep 20, 2017" "1.26.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy .