Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2014-11-24 15:27:41 +09:00
parent 8e94551881
commit 8f22ff3032
6 changed files with 74 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.\" 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.6" "User Commands" .TH H2LOAD "1" "November 2014" "h2load nghttp2/0.6.7-DEV" "User Commands"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" 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.6" "User Commands" .TH NGHTTP "1" "November 2014" "nghttp nghttp2/0.6.7-DEV" "User Commands"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
.SH SYNOPSIS .SH SYNOPSIS
@ -96,6 +96,10 @@ Specify decoder header table size.
Add at most <N> bytes to a frame payload as Add at most <N> bytes to a frame payload as
padding. Specify 0 to disable padding. padding. Specify 0 to disable padding.
.TP .TP
\fB\-r\fR, \fB\-\-har=\fR<FILE>
Output HTTP transactions <FILE> in HAR format.
If '\-' is given, data is written to stdout.
.TP
\fB\-\-color\fR \fB\-\-color\fR
Force colored log output. Force colored log output.
.TP .TP
@ -105,6 +109,10 @@ Send large header to test CONTINUATION.
\fB\-\-no\-content\-length\fR \fB\-\-no\-content\-length\fR
Don't send content\-length header field. Don't send content\-length header field.
.TP .TP
\fB\-\-no\-dep\fR
Don't send dependency based priority hint to
server.
.TP
\fB\-\-version\fR \fB\-\-version\fR
Display version information and exit. Display version information and exit.
.TP .TP

View File

@ -144,6 +144,12 @@ OPTIONS
Add at most <N> bytes to a frame payload as Add at most <N> bytes to a frame payload as
padding. Specify 0 to disable padding. padding. Specify 0 to disable padding.
.. option:: -r, --har=<FILE>
Output HTTP transactions <FILE> in HAR format.
If '-' is given, data is written to stdout.
.. option:: --color .. option:: --color
@ -159,6 +165,12 @@ OPTIONS
Don't send content-length header field. Don't send content-length header field.
.. option:: --no-dep
Don't send dependency based priority hint to
server.
.. option:: --version .. option:: --version

View File

@ -1,5 +1,5 @@
.\" 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.6" "User Commands" .TH NGHTTPD "1" "November 2014" "nghttpd nghttp2/0.6.7-DEV" "User Commands"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" 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.6" "User Commands" .TH NGHTTPX "1" "November 2014" "nghttpx nghttp2/0.6.7-DEV" "User Commands"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
.SH SYNOPSIS .SH SYNOPSIS
@ -220,7 +220,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,spdy/3,spdy/2,http/1.1 Default: 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.
@ -340,6 +340,29 @@ send USR1 signal to nghttpx.
Send access log to syslog. If this option is Send access log to syslog. If this option is
used, \fB\-\-access\-file\fR option is ignored. used, \fB\-\-access\-file\fR option is ignored.
.TP .TP
\fB\-\-accesslog\-format=\fR<FORMAT>
Specify format string for access log. The
default format is combined format. The following
variables are available:
$remote_addr: client IP address.
$time_local: local time in Common Log format.
$time_iso8601: local time in ISO 8601 format.
$request: HTTP request line.
$status: HTTP response status code.
$body_bytes_sent: the number of bytes sent to
client as response body.
$http_<VAR>: value of HTTP request header <VAR>
where '_' in <VAR> is replaced with '\-'.
$remote_port: client port.
$server_port: server port.
$request_time: request processing time in
seconds with milliseconds resolution.
$pid: PID of the running process.
$alpn: ALPN identifier of the protocol which
generates the response. For HTTP/1, ALPN is
always http/1.1, regardless of minor version.
Default: $remote_addr \- \- [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"
.TP
\fB\-\-errorlog\-file=\fR<PATH> \fB\-\-errorlog\-file=\fR<PATH>
Set path to write error log. To reopen file, Set path to write error log. To reopen file,
send USR1 signal to nghttpx. send USR1 signal to nghttpx.

View File

@ -309,7 +309,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,spdy/3,spdy/2,http/1.1 Default: h2-14,spdy/3.1,http/1.1
.. option:: --verify-client .. option:: --verify-client
@ -478,6 +478,31 @@ Logging
Send access log to syslog. If this option is Send access log to syslog. If this option is
used, :option:`--access-file` option is ignored. used, :option:`--access-file` option is ignored.
.. option:: --accesslog-format=<FORMAT>
Specify format string for access log. The
default format is combined format. The following
variables are available:
$remote_addr: client IP address.
$time_local: local time in Common Log format.
$time_iso8601: local time in ISO 8601 format.
$request: HTTP request line.
$status: HTTP response status code.
$body_bytes_sent: the number of bytes sent to
client as response body.
$http_<VAR>: value of HTTP request header <VAR>
where '_' in <VAR> is replaced with '-'.
$remote_port: client port.
$server_port: server port.
$request_time: request processing time in
seconds with milliseconds resolution.
$pid: PID of the running process.
$alpn: ALPN identifier of the protocol which
generates the response. For HTTP/1, ALPN is
always http/1.1, regardless of minor version.
Default: $remote_addr - - [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"
.. option:: --errorlog-file=<PATH> .. option:: --errorlog-file=<PATH>