Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
7c613386
Commit
7c613386
authored
Nov 12, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
a13c5a6b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
14 deletions
+37
-14
doc/h2load.1
doc/h2load.1
+9
-5
doc/h2load.1.rst
doc/h2load.1.rst
+8
-4
doc/nghttp.1
doc/nghttp.1
+2
-2
doc/nghttp.1.rst
doc/nghttp.1.rst
+1
-1
doc/nghttpd.1
doc/nghttpd.1
+9
-1
doc/nghttpd.1.rst
doc/nghttpd.1.rst
+7
-0
doc/nghttpx.1
doc/nghttpx.1
+1
-1
No files found.
doc/h2load.1
View file @
7c613386
.\" 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
h2load \- HTTP/2 benchmarking tool
.
...
...
@@ -292,10 +292,14 @@ requests were made via TLS, this value is the number of decrypted
bytes.
.TP
.B headers
The number of response header bytes from the server without
decompression. For HTTP/2, this is the sum of the payload of
HEADERS frame. For SPDY, this is the sum of the payload of
SYN_REPLY frame.
The number of response header bytes from the server without
decompression. The \fBspace savings\fP shows efficiency of header
compression. Let \fBdecompressed(headers)\fP to the number of bytes
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
.B data
The number of response body bytes received from the server.
...
...
doc/h2load.1.rst
View file @
7c613386
...
...
@@ -242,10 +242,14 @@ traffic
requests were made via TLS, this value is the number of decrypted
bytes.
headers
The number of response header bytes from the server without
decompression. For HTTP/2, this is the sum of the payload of
HEADERS frame. For SPDY, this is the sum of the payload of
SYN_REPLY frame.
The number of response header bytes from the server without
decompression. The ``space savings`` shows efficiency of header
compression. Let ``decompressed(headers)`` to the number of bytes
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
The number of response body bytes received from the server.
...
...
doc/nghttp.1
View file @
7c613386
.\" 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
nghttp \- HTTP/2 client
.
...
...
@@ -58,7 +58,7 @@ Discard downloaded data.
.TP
.B \-O, \-\-remote\-name
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
yet.
.UNINDENT
...
...
doc/nghttp.1.rst
View file @
7c613386
...
...
@@ -36,7 +36,7 @@ OPTIONS
.. option:: -O, --remote-name
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
yet.
...
...
doc/nghttpd.1
View file @
7c613386
.\" 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
nghttpd \- HTTP/2 server
.
...
...
@@ -172,6 +172,14 @@ Send back uploaded content if method is POST or PUT.
.UNINDENT
.INDENT 0.0
.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
Display version information and exit.
.UNINDENT
...
...
doc/nghttpd.1.rst
View file @
7c613386
...
...
@@ -132,6 +132,13 @@ OPTIONS
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
Display version information and exit.
...
...
doc/nghttpx.1
View file @
7c613386
.\
" 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
nghttpx \- HTTP/2 proxy
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment