Skip to content

Commit

Permalink
Update manual pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Sep 20, 2017
1 parent 0389af5 commit 6f0ae9d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
19 changes: 17 additions & 2 deletions 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
.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -170,6 +172,19 @@ option is 1s.
.UNINDENT
.INDENT 0.0
.TP
.B \-D, \-\-duration=<N>
Specifies the main duration for the measurements in case
of timing\-based benchmarking.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-warm\-up\-time=<DURATION>
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=<DURATION>
Specifies the maximum time that h2load is willing to
keep a connection open, regardless of the activity on
Expand Down
15 changes: 14 additions & 1 deletion doc/h2load.1.rst
Expand Up @@ -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``

Expand Down Expand Up @@ -136,6 +138,17 @@ OPTIONS
the rate option is not used. The default value for this
option is 1s.

.. option:: -D, --duration=<N>

Specifies the main duration for the measurements in case
of timing-based benchmarking.

.. option:: --warm-up-time=<DURATION>

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=<DURATION>

Specifies the maximum time that h2load is willing to
Expand Down
2 changes: 1 addition & 1 deletion 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
.
Expand Down
2 changes: 1 addition & 1 deletion 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
.
Expand Down
2 changes: 1 addition & 1 deletion 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
.
Expand Down

0 comments on commit 6f0ae9d

Please sign in to comment.