Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-11 16:23:32 +09:00
parent bb6f842b37
commit 863addcd5a
7 changed files with 37 additions and 24 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "December 23, 2015" "1.6.0" "nghttp2" .TH "H2LOAD" "1" "January 11, 2016" "1.6.1-DEV" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .
@ -88,11 +88,12 @@ scheme, host or port values.
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-m, \-\-max\-concurrent\-streams=(auto|<N>) .B \-m, \-\-max\-concurrent\-streams=<N>
Max concurrent streams to issue per session. If "auto" Max concurrent streams to issue per session. When
is given, the number of given URIs is used. http/1.1 is used, this specifies the number of HTTP
pipelining requests in\-flight.
.sp .sp
Default: \fBauto\fP Default: \fB1\fP
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
@ -410,6 +411,6 @@ window size described in HTTP/2 and SPDY protocol specification.
.SH AUTHOR .SH AUTHOR
Tatsuhiro Tsujikawa Tatsuhiro Tsujikawa
.SH COPYRIGHT .SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa 2012, 2015, 2016, Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer. .\" Generated by docutils manpage writer.
. .

View File

@ -63,12 +63,13 @@ OPTIONS
are used solely. Definition of a base URI overrides all are used solely. Definition of a base URI overrides all
scheme, host or port values. scheme, host or port values.
.. option:: -m, --max-concurrent-streams=(auto|<N>) .. option:: -m, --max-concurrent-streams=<N>
Max concurrent streams to issue per session. If "auto" Max concurrent streams to issue per session. When
is given, the number of given URIs is used. http/1.1 is used, this specifies the number of HTTP
pipelining requests in-flight.
Default: ``auto`` Default: ``1``
.. option:: -w, --window-bits=<N> .. option:: -w, --window-bits=<N>

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "December 23, 2015" "1.6.0" "nghttp2" .TH "NGHTTP" "1" "January 11, 2016" "1.6.1-DEV" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 client nghttp \- HTTP/2 client
. .
@ -296,6 +296,6 @@ on stream 11 with the weight 2.
.SH AUTHOR .SH AUTHOR
Tatsuhiro Tsujikawa Tatsuhiro Tsujikawa
.SH COPYRIGHT .SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa 2012, 2015, 2016, Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer. .\" Generated by docutils manpage writer.
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "December 23, 2015" "1.6.0" "nghttp2" .TH "NGHTTPD" "1" "January 11, 2016" "1.6.1-DEV" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 server nghttpd \- HTTP/2 server
. .
@ -180,6 +180,11 @@ Default: \fB/etc/mime.types\fP
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-no\-content\-length
Don\(aqt send content\-length header field.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-version .B \-\-version
Display version information and exit. Display version information and exit.
.UNINDENT .UNINDENT
@ -197,6 +202,6 @@ The <SIZE> argument is an integer and an optional unit (e.g., 10K is
.SH AUTHOR .SH AUTHOR
Tatsuhiro Tsujikawa Tatsuhiro Tsujikawa
.SH COPYRIGHT .SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa 2012, 2015, 2016, Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer. .\" Generated by docutils manpage writer.
. .

View File

@ -139,6 +139,10 @@ OPTIONS
Default: ``/etc/mime.types`` Default: ``/etc/mime.types``
.. option:: --no-content-length
Don't send content-length header field.
.. option:: --version .. option:: --version
Display version information and exit. Display version information and exit.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "December 23, 2015" "1.6.0" "nghttp2" .TH "NGHTTPX" "1" "January 11, 2016" "1.6.1-DEV" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 proxy nghttpx \- HTTP/2 proxy
. .
@ -896,8 +896,8 @@ Example: \fI\%\-\-add\-response\-header\fP="foo: bar"
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-header\-field\-buffer=<SIZE> .B \-\-header\-field\-buffer=<SIZE>
Set maximum buffer size for incoming HTTP header field Set maximum buffer size for incoming HTTP request header
list. This is the sum of header name and value in field list. This is the sum of header name and value in
bytes. bytes.
.sp .sp
Default: \fB64K\fP Default: \fB64K\fP
@ -905,8 +905,9 @@ Default: \fB64K\fP
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-max\-header\-fields=<N> .B \-\-max\-header\-fields=<N>
Set maximum number of incoming HTTP header fields, which Set maximum number of incoming HTTP request header
appear in one request or response header field list. fields, which appear in one request or response header
field list.
.sp .sp
Default: \fB100\fP Default: \fB100\fP
.UNINDENT .UNINDENT
@ -1458,6 +1459,6 @@ App.new
.SH AUTHOR .SH AUTHOR
Tatsuhiro Tsujikawa Tatsuhiro Tsujikawa
.SH COPYRIGHT .SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa 2012, 2015, 2016, Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer. .\" Generated by docutils manpage writer.
. .

View File

@ -797,16 +797,17 @@ HTTP
.. option:: --header-field-buffer=<SIZE> .. option:: --header-field-buffer=<SIZE>
Set maximum buffer size for incoming HTTP header field Set maximum buffer size for incoming HTTP request header
list. This is the sum of header name and value in field list. This is the sum of header name and value in
bytes. bytes.
Default: ``64K`` Default: ``64K``
.. option:: --max-header-fields=<N> .. option:: --max-header-fields=<N>
Set maximum number of incoming HTTP header fields, which Set maximum number of incoming HTTP request header
appear in one request or response header field list. fields, which appear in one request or response header
field list.
Default: ``100`` Default: ``100``