Update man pages
This commit is contained in:
parent
a13c5a6bfb
commit
7c613386db
14
doc/h2load.1
14
doc/h2load.1
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "October 25, 2015" "1.4.0" "nghttp2"
|
.TH "H2LOAD" "1" "November 12, 2015" "1.4.1-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
@ -292,10 +292,14 @@ requests were made via TLS, this value is the number of decrypted
|
||||||
bytes.
|
bytes.
|
||||||
.TP
|
.TP
|
||||||
.B headers
|
.B headers
|
||||||
The number of response header bytes from the server without
|
The number of response header bytes from the server without
|
||||||
decompression. For HTTP/2, this is the sum of the payload of
|
decompression. The \fBspace savings\fP shows efficiency of header
|
||||||
HEADERS frame. For SPDY, this is the sum of the payload of
|
compression. Let \fBdecompressed(headers)\fP to the number of bytes
|
||||||
SYN_REPLY frame.
|
used for header fields after decompression. The \fBspace savings\fP
|
||||||
|
is calculated by (1 \- \fBheaders\fP / \fBdecompressed(headers)\fP) *
|
||||||
|
100. For HTTP/1.1, this is usually 0.00%, since it does not have
|
||||||
|
header compression. For HTTP/2 and SPDY, it shows some insightful
|
||||||
|
numbers.
|
||||||
.TP
|
.TP
|
||||||
.B data
|
.B data
|
||||||
The number of response body bytes received from the server.
|
The number of response body bytes received from the server.
|
||||||
|
|
|
@ -242,10 +242,14 @@ traffic
|
||||||
requests were made via TLS, this value is the number of decrypted
|
requests were made via TLS, this value is the number of decrypted
|
||||||
bytes.
|
bytes.
|
||||||
headers
|
headers
|
||||||
The number of response header bytes from the server without
|
The number of response header bytes from the server without
|
||||||
decompression. For HTTP/2, this is the sum of the payload of
|
decompression. The ``space savings`` shows efficiency of header
|
||||||
HEADERS frame. For SPDY, this is the sum of the payload of
|
compression. Let ``decompressed(headers)`` to the number of bytes
|
||||||
SYN_REPLY frame.
|
used for header fields after decompression. The ``space savings``
|
||||||
|
is calculated by (1 - ``headers`` / ``decompressed(headers)``) *
|
||||||
|
100. For HTTP/1.1, this is usually 0.00%, since it does not have
|
||||||
|
header compression. For HTTP/2 and SPDY, it shows some insightful
|
||||||
|
numbers.
|
||||||
data
|
data
|
||||||
The number of response body bytes received from the server.
|
The number of response body bytes received from the server.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "October 25, 2015" "1.4.0" "nghttp2"
|
.TH "NGHTTP" "1" "November 12, 2015" "1.4.1-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
@ -58,7 +58,7 @@ Discard downloaded data.
|
||||||
.TP
|
.TP
|
||||||
.B \-O, \-\-remote\-name
|
.B \-O, \-\-remote\-name
|
||||||
Save download data in the current directory. The
|
Save download data in the current directory. The
|
||||||
filename is derived from URI. If URI ends with \(aq\fI/\fP\(aq,
|
filename is derived from URI. If URI ends with \(aq\fI/\fP\(aq,
|
||||||
\(aqindex.html\(aq is used as a filename. Not implemented
|
\(aqindex.html\(aq is used as a filename. Not implemented
|
||||||
yet.
|
yet.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|
|
@ -36,7 +36,7 @@ OPTIONS
|
||||||
.. option:: -O, --remote-name
|
.. option:: -O, --remote-name
|
||||||
|
|
||||||
Save download data in the current directory. The
|
Save download data in the current directory. The
|
||||||
filename is derived from URI. If URI ends with '*/*',
|
filename is derived from URI. If URI ends with '*/*',
|
||||||
'index.html' is used as a filename. Not implemented
|
'index.html' is used as a filename. Not implemented
|
||||||
yet.
|
yet.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "October 25, 2015" "1.4.0" "nghttp2"
|
.TH "NGHTTPD" "1" "November 12, 2015" "1.4.1-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
@ -172,6 +172,14 @@ Send back uploaded content if method is POST or PUT.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
.B \-\-mime\-types\-file=<PATH>
|
||||||
|
Path to file that contains MIME media types and the
|
||||||
|
extensions that represent them.
|
||||||
|
.sp
|
||||||
|
Default: \fB/etc/mime.types\fP
|
||||||
|
.UNINDENT
|
||||||
|
.INDENT 0.0
|
||||||
|
.TP
|
||||||
.B \-\-version
|
.B \-\-version
|
||||||
Display version information and exit.
|
Display version information and exit.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|
|
@ -132,6 +132,13 @@ OPTIONS
|
||||||
|
|
||||||
Send back uploaded content if method is POST or PUT.
|
Send back uploaded content if method is POST or PUT.
|
||||||
|
|
||||||
|
.. option:: --mime-types-file=<PATH>
|
||||||
|
|
||||||
|
Path to file that contains MIME media types and the
|
||||||
|
extensions that represent them.
|
||||||
|
|
||||||
|
Default: ``/etc/mime.types``
|
||||||
|
|
||||||
.. option:: --version
|
.. option:: --version
|
||||||
|
|
||||||
Display version information and exit.
|
Display version information and exit.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "October 25, 2015" "1.4.0" "nghttp2"
|
.TH "NGHTTPX" "1" "November 12, 2015" "1.4.1-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue