Commit ad574359 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent 7702d386
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH H2LOAD "1" "December 2014" "h2load nghttp2/0.6.8-DEV" "User Commands" .TH H2LOAD "1" "January 2015" "h2load nghttp2/0.7.0" "User Commands"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
.SH SYNOPSIS .SH SYNOPSIS
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH NGHTTP "1" "December 2014" "nghttp nghttp2/0.6.8-DEV" "User Commands" .TH NGHTTP "1" "January 2015" "nghttp nghttp2/0.7.0" "User Commands"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
.SH SYNOPSIS .SH SYNOPSIS
...@@ -113,6 +113,10 @@ Don't send content\-length header field. ...@@ -113,6 +113,10 @@ Don't send content\-length header field.
Don't send dependency based priority hint to Don't send dependency based priority hint to
server. server.
.TP .TP
\fB\-\-dep\-idle\fR
Use idle streams as anchor nodes to express
priority.
.TP
\fB\-\-version\fR \fB\-\-version\fR
Display version information and exit. Display version information and exit.
.TP .TP
......
...@@ -171,6 +171,12 @@ OPTIONS ...@@ -171,6 +171,12 @@ OPTIONS
Don't send dependency based priority hint to Don't send dependency based priority hint to
server. server.
.. option:: --dep-idle
Use idle streams as anchor nodes to express
priority.
.. option:: --version .. option:: --version
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH NGHTTPD "1" "December 2014" "nghttpd nghttp2/0.6.8-DEV" "User Commands" .TH NGHTTPD "1" "January 2015" "nghttpd nghttp2/0.7.0" "User Commands"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
.SH SYNOPSIS .SH SYNOPSIS
......
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH NGHTTPX "1" "December 2014" "nghttpx nghttp2/0.6.8-DEV" "User Commands" .TH NGHTTPX "1" "January 2015" "nghttpx nghttp2/0.7.0" "User Commands"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
.SH SYNOPSIS .SH SYNOPSIS
...@@ -39,7 +39,7 @@ Default: '*,3000' ...@@ -39,7 +39,7 @@ Default: '*,3000'
\fB\-\-backlog=\fR<NUM> \fB\-\-backlog=\fR<NUM>
Set listen backlog size. If \fB\-1\fR is given, Set listen backlog size. If \fB\-1\fR is given,
libevent will choose suitable value. libevent will choose suitable value.
Default: \fB\-1\fR Default: 128
.TP .TP
\fB\-\-backend\-ipv4\fR \fB\-\-backend\-ipv4\fR
Resolve backend hostname to IPv4 address only. Resolve backend hostname to IPv4 address only.
...@@ -76,11 +76,9 @@ Default: 0 ...@@ -76,11 +76,9 @@ Default: 0
.TP .TP
\fB\-\-read\-burst=\fR<SIZE> \fB\-\-read\-burst=\fR<SIZE>
Set maximum read burst size on frontend Set maximum read burst size on frontend
connection. Setting 0 does not work, but it is connection. Setting 0 to this option means read
not a problem because \fB\-\-read\-rate\fR=\fI\,0\/\fR will give burst size is unlimited.
unlimited read rate regardless of this option Default: 0
value.
Default: 1073741824
.TP .TP
\fB\-\-write\-rate=\fR<RATE> \fB\-\-write\-rate=\fR<RATE>
Set maximum average write rate on frontend Set maximum average write rate on frontend
...@@ -97,25 +95,29 @@ Default: 0 ...@@ -97,25 +95,29 @@ Default: 0
\fB\-\-worker\-read\-rate=\fR<RATE> \fB\-\-worker\-read\-rate=\fR<RATE>
Set maximum average read rate on frontend Set maximum average read rate on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means read rate is unlimited. means read rate is unlimited. Not implemented
yet.
Default: 0 Default: 0
.TP .TP
\fB\-\-worker\-read\-burst=\fR<SIZE> \fB\-\-worker\-read\-burst=\fR<SIZE>
Set maximum read burst size on frontend Set maximum read burst size on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means read burst size is unlimited. means read burst size is unlimited. Not
implemented yet.
Default: 0 Default: 0
.TP .TP
\fB\-\-worker\-write\-rate=\fR<RATE> \fB\-\-worker\-write\-rate=\fR<RATE>
Set maximum average write rate on frontend Set maximum average write rate on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means write rate is unlimited. means write rate is unlimited. Not implemented
yet.
Default: 0 Default: 0
.TP .TP
\fB\-\-worker\-write\-burst=\fR<SIZE> \fB\-\-worker\-write\-burst=\fR<SIZE>
Set maximum write burst size on frontend Set maximum write burst size on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means write burst size is unlimited. means write burst size is unlimited. Not
implemented yet.
Default: 0 Default: 0
.TP .TP
\fB\-\-worker\-frontend\-connections=\fR<NUM> \fB\-\-worker\-frontend\-connections=\fR<NUM>
...@@ -126,8 +128,19 @@ Default: 0 ...@@ -126,8 +128,19 @@ Default: 0
\fB\-\-backend\-http1\-connections\-per\-host=\fR<NUM> \fB\-\-backend\-http1\-connections\-per\-host=\fR<NUM>
Set maximum number of backend concurrent HTTP/1 Set maximum number of backend concurrent HTTP/1
connections per host. This option is meaningful connections per host. This option is meaningful
when \fB\-s\fR option is used. when \fB\-s\fR option is used. To limit the number of
connections per frontend for default mode, use
\fB\-\-backend\-http1\-connections\-per\-frontend\fR.
Default: 8 Default: 8
.TP
\fB\-\-backend\-http1\-connections\-per\-frontend=\fR<NUM>
Set maximum number of backend concurrent HTTP/1
connections per frontend. This option is only
used for default mode. 0 means unlimited. To
limit the number of connections per host for
HTTP/2 or SPDY proxy mode (\fB\-s\fR option), use
\fB\-\-backend\-http1\-connections\-per\-host\fR.
Default: 0
.SS "Timeout:" .SS "Timeout:"
.TP .TP
\fB\-\-frontend\-http2\-read\-timeout=\fR<SEC> \fB\-\-frontend\-http2\-read\-timeout=\fR<SEC>
...@@ -223,7 +236,7 @@ most desirable protocol comes first. This is ...@@ -223,7 +236,7 @@ most desirable protocol comes first. This is
used in both ALPN and NPN. The parameter must be used in both ALPN and NPN. The parameter must be
delimited by a single comma only and any white delimited by a single comma only and any white
spaces are treated as a part of protocol string. spaces are treated as a part of protocol string.
Default: h2\-14,spdy/3.1,http/1.1 Default: h2\-16,h2\-14,spdy/3.1,http/1.1
.TP .TP
\fB\-\-verify\-client\fR \fB\-\-verify\-client\fR
Require and verify client certificate. Require and verify client certificate.
......
...@@ -60,7 +60,7 @@ Connections ...@@ -60,7 +60,7 @@ Connections
Set listen backlog size. If -1 is given, Set listen backlog size. If -1 is given,
libevent will choose suitable value. libevent will choose suitable value.
Default: -1 Default: 128
.. option:: --backend-ipv4 .. option:: --backend-ipv4
...@@ -111,11 +111,9 @@ Performance ...@@ -111,11 +111,9 @@ Performance
Set maximum read burst size on frontend Set maximum read burst size on frontend
connection. Setting 0 does not work, but it is connection. Setting 0 to this option means read
not a problem because --read-rate=0 will give burst size is unlimited.
unlimited read rate regardless of this option Default: 0
value.
Default: 1073741824
.. option:: --write-rate=<RATE> .. option:: --write-rate=<RATE>
...@@ -138,7 +136,8 @@ Performance ...@@ -138,7 +136,8 @@ Performance
Set maximum average read rate on frontend Set maximum average read rate on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means read rate is unlimited. means read rate is unlimited. Not implemented
yet.
Default: 0 Default: 0
.. option:: --worker-read-burst=<SIZE> .. option:: --worker-read-burst=<SIZE>
...@@ -146,7 +145,8 @@ Performance ...@@ -146,7 +145,8 @@ Performance
Set maximum read burst size on frontend Set maximum read burst size on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means read burst size is unlimited. means read burst size is unlimited. Not
implemented yet.
Default: 0 Default: 0
.. option:: --worker-write-rate=<RATE> .. option:: --worker-write-rate=<RATE>
...@@ -154,7 +154,8 @@ Performance ...@@ -154,7 +154,8 @@ Performance
Set maximum average write rate on frontend Set maximum average write rate on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means write rate is unlimited. means write rate is unlimited. Not implemented
yet.
Default: 0 Default: 0
.. option:: --worker-write-burst=<SIZE> .. option:: --worker-write-burst=<SIZE>
...@@ -162,7 +163,8 @@ Performance ...@@ -162,7 +163,8 @@ Performance
Set maximum write burst size on frontend Set maximum write burst size on frontend
connection per worker. Setting 0 to this option connection per worker. Setting 0 to this option
means write burst size is unlimited. means write burst size is unlimited. Not
implemented yet.
Default: 0 Default: 0
.. option:: --worker-frontend-connections=<NUM> .. option:: --worker-frontend-connections=<NUM>
...@@ -177,9 +179,22 @@ Performance ...@@ -177,9 +179,22 @@ Performance
Set maximum number of backend concurrent HTTP/1 Set maximum number of backend concurrent HTTP/1
connections per host. This option is meaningful connections per host. This option is meaningful
when :option:`-s` option is used. when :option:`-s` option is used. To limit the number of
connections per frontend for default mode, use
:option:`--backend-http1-connections-per-frontend`.
Default: 8 Default: 8
.. option:: --backend-http1-connections-per-frontend=<NUM>
Set maximum number of backend concurrent HTTP/1
connections per frontend. This option is only
used for default mode. 0 means unlimited. To
limit the number of connections per host for
HTTP/2 or SPDY proxy mode (:option:`-s` option), use
:option:`--backend-http1-connections-per-host`.
Default: 0
Timeout Timeout
^^^^^^^ ^^^^^^^
...@@ -312,7 +327,7 @@ SSL/TLS ...@@ -312,7 +327,7 @@ SSL/TLS
used in both ALPN and NPN. The parameter must be used in both ALPN and NPN. The parameter must be
delimited by a single comma only and any white delimited by a single comma only and any white
spaces are treated as a part of protocol string. spaces are treated as a part of protocol string.
Default: h2-14,spdy/3.1,http/1.1 Default: h2-16,h2-14,spdy/3.1,http/1.1
.. option:: --verify-client .. option:: --verify-client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment