Commit e13c9102 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent 14d8894b
.\" 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" "November 2014" "h2load nghttp2/0.6.7" "User Commands" .TH H2LOAD "1" "December 2014" "h2load nghttp2/0.6.8-DEV" "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" "November 2014" "nghttp nghttp2/0.6.7" "User Commands" .TH NGHTTP "1" "December 2014" "nghttp nghttp2/0.6.8-DEV" "User Commands"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
.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 NGHTTPD "1" "November 2014" "nghttpd nghttp2/0.6.7" "User Commands" .TH NGHTTPD "1" "December 2014" "nghttpd nghttp2/0.6.8-DEV" "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" "November 2014" "nghttpx nghttp2/0.6.7" "User Commands" .TH NGHTTPX "1" "December 2014" "nghttpx nghttp2/0.6.8-DEV" "User Commands"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
.SH SYNOPSIS .SH SYNOPSIS
...@@ -23,7 +23,11 @@ The options are categorized into several groups. ...@@ -23,7 +23,11 @@ The options are categorized into several groups.
.SS "Connections:" .SS "Connections:"
.TP .TP
\fB\-b\fR, \fB\-\-backend=\fR<HOST,PORT> \fB\-b\fR, \fB\-\-backend=\fR<HOST,PORT>
Set backend host and port. Set backend host and port. For HTTP/1 backend,
multiple backend addresses are accepted by
repeating this option. HTTP/2 backend does not
support multiple backend addresses and the first
occurrence of this option is used.
Default: '127.0.0.1,80' Default: '127.0.0.1,80'
.TP .TP
\fB\-f\fR, \fB\-\-frontend=\fR<HOST,PORT> \fB\-f\fR, \fB\-\-frontend=\fR<HOST,PORT>
...@@ -119,12 +123,11 @@ Set maximum number of simultaneous connections ...@@ -119,12 +123,11 @@ Set maximum number of simultaneous connections
frontend accepts. Setting 0 means unlimited. frontend accepts. Setting 0 means unlimited.
Default: 0 Default: 0
.TP .TP
\fB\-\-backend\-connections\-per\-frontend=\fR<NUM> \fB\-\-backend\-http1\-connections\-per\-host=\fR<NUM>
Set maximum number of backend simultaneous Set maximum number of backend concurrent HTTP/1
connections per frontend. This option is connections per host. This option is meaningful
meaningful when the combination of HTTP/2 or SPDY when \fB\-s\fR option is used.
frontend and HTTP/1 backend is used. Default: 8
Default: 100
.SS "Timeout:" .SS "Timeout:"
.TP .TP
\fB\-\-frontend\-http2\-read\-timeout=\fR<SEC> \fB\-\-frontend\-http2\-read\-timeout=\fR<SEC>
...@@ -135,7 +138,7 @@ Default: 180 ...@@ -135,7 +138,7 @@ Default: 180
\fB\-\-frontend\-read\-timeout=\fR<SEC> \fB\-\-frontend\-read\-timeout=\fR<SEC>
Specify read timeout for HTTP/1.1 frontend Specify read timeout for HTTP/1.1 frontend
connection. connection.
Default: 30 Default: 180
.TP .TP
\fB\-\-frontend\-write\-timeout=\fR<SEC> \fB\-\-frontend\-write\-timeout=\fR<SEC>
Specify write timeout for all frontend Specify write timeout for all frontend
...@@ -154,7 +157,7 @@ Default: 0 ...@@ -154,7 +157,7 @@ Default: 0
.TP .TP
\fB\-\-backend\-read\-timeout=\fR<SEC> \fB\-\-backend\-read\-timeout=\fR<SEC>
Specify read timeout for backend connection. Specify read timeout for backend connection.
Default: 30 Default: 180
.TP .TP
\fB\-\-backend\-write\-timeout=\fR<SEC> \fB\-\-backend\-write\-timeout=\fR<SEC>
Specify write timeout for backend connection. Specify write timeout for backend connection.
...@@ -163,7 +166,7 @@ Default: 30 ...@@ -163,7 +166,7 @@ Default: 30
\fB\-\-backend\-keep\-alive\-timeout=\fR<SEC> \fB\-\-backend\-keep\-alive\-timeout=\fR<SEC>
Specify keep\-alive timeout for backend Specify keep\-alive timeout for backend
connection. connection.
Default: 60 Default: 600
.TP .TP
\fB\-\-listener\-disable\-timeout=\fR<SEC> \fB\-\-listener\-disable\-timeout=\fR<SEC>
After accepting connection failed, connection After accepting connection failed, connection
......
...@@ -40,7 +40,11 @@ Connections ...@@ -40,7 +40,11 @@ Connections
.. option:: -b, --backend=<HOST,PORT> .. option:: -b, --backend=<HOST,PORT>
Set backend host and port. Set backend host and port. For HTTP/1 backend,
multiple backend addresses are accepted by
repeating this option. HTTP/2 backend does not
support multiple backend addresses and the first
occurrence of this option is used.
Default: '127.0.0.1,80' Default: '127.0.0.1,80'
.. option:: -f, --frontend=<HOST,PORT> .. option:: -f, --frontend=<HOST,PORT>
...@@ -168,14 +172,13 @@ Performance ...@@ -168,14 +172,13 @@ Performance
frontend accepts. Setting 0 means unlimited. frontend accepts. Setting 0 means unlimited.
Default: 0 Default: 0
.. option:: --backend-connections-per-frontend=<NUM> .. option:: --backend-http1-connections-per-host=<NUM>
Set maximum number of backend simultaneous Set maximum number of backend concurrent HTTP/1
connections per frontend. This option is connections per host. This option is meaningful
meaningful when the combination of HTTP/2 or SPDY when :option:`-s` option is used.
frontend and HTTP/1 backend is used. Default: 8
Default: 100
Timeout Timeout
^^^^^^^ ^^^^^^^
...@@ -192,7 +195,7 @@ Timeout ...@@ -192,7 +195,7 @@ Timeout
Specify read timeout for HTTP/1.1 frontend Specify read timeout for HTTP/1.1 frontend
connection. connection.
Default: 30 Default: 180
.. option:: --frontend-write-timeout=<SEC> .. option:: --frontend-write-timeout=<SEC>
...@@ -219,7 +222,7 @@ Timeout ...@@ -219,7 +222,7 @@ Timeout
Specify read timeout for backend connection. Specify read timeout for backend connection.
Default: 30 Default: 180
.. option:: --backend-write-timeout=<SEC> .. option:: --backend-write-timeout=<SEC>
...@@ -232,7 +235,7 @@ Timeout ...@@ -232,7 +235,7 @@ Timeout
Specify keep-alive timeout for backend Specify keep-alive timeout for backend
connection. connection.
Default: 60 Default: 600
.. option:: --listener-disable-timeout=<SEC> .. option:: --listener-disable-timeout=<SEC>
......
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