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
5e7889c5
Commit
5e7889c5
authored
Mar 07, 2019
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manual pages
parent
b1b2ad50
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
doc/h2load.1
doc/h2load.1
+1
-1
doc/nghttp.1
doc/nghttp.1
+1
-1
doc/nghttpd.1
doc/nghttpd.1
+1
-1
doc/nghttpx.1
doc/nghttpx.1
+5
-3
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+4
-3
No files found.
doc/h2load.1
View file @
5e7889c5
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "
Jan 21, 2019" "1.37.0-DEV
" "nghttp2"
.TH "H2LOAD" "1" "
Mar 07, 2019" "1.37.0
" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.
...
...
doc/nghttp.1
View file @
5e7889c5
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "
Jan 21, 2019" "1.37.0-DEV
" "nghttp2"
.TH "NGHTTP" "1" "
Mar 07, 2019" "1.37.0
" "nghttp2"
.SH NAME
nghttp \- HTTP/2 client
.
...
...
doc/nghttpd.1
View file @
5e7889c5
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "
Jan 21, 2019" "1.37.0-DEV
" "nghttp2"
.TH "NGHTTPD" "1" "
Mar 07, 2019" "1.37.0
" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 server
.
...
...
doc/nghttpx.1
View file @
5e7889c5
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPX" "1" "
Jan 21, 2019" "1.37.0-DEV
" "nghttp2"
.TH "NGHTTPX" "1" "
Mar 07, 2019" "1.37.0
" "nghttp2"
.SH NAME
nghttpx \- HTTP/2 proxy
.
...
...
@@ -264,7 +264,8 @@ for all addresses which share the same <GROUP>. If
address which belongs to the same group specifies
"group\-weight", its weight is used. If no
"group\-weight" is specified for all addresses, the
weight of a group becomes 1.
weight of a group becomes 1. "group" and "group\-weight"
are ignored if session affinity is enabled.
.sp
"weight=<N>" parameter specifies the weight of the
backend address inside a group which this address
...
...
@@ -272,7 +273,8 @@ belongs to. The higher weight gets more frequently
selected by the load balancing algorithm. <N> must be
[1, 256] inclusive. The weight 8 has 4 times more
weight than weight 2. If this parameter is omitted,
weight becomes 1.
weight becomes 1. "weight" is ignored if session
affinity is enabled.
.sp
Since ";" and ":" are used as delimiter, <PATTERN> must
not contain these characters. Since ";" has special
...
...
doc/nghttpx.1.rst
View file @
5e7889c5
...
...
@@ -235,7 +235,6 @@ Connections
pattern, :option:`--backend-read-timeout` and
:option:`--backend-write-timeout` are used.
"group=<GROUP>" parameter specifies the name of group
this backend address belongs to. By default, it belongs
to the unnamed default group. The name of group is
...
...
@@ -249,7 +248,8 @@ Connections
address which belongs to the same group specifies
"group-weight", its weight is used. If no
"group-weight" is specified for all addresses, the
weight of a group becomes 1.
weight of a group becomes 1. "group" and "group-weight"
are ignored if session affinity is enabled.
"weight=<N>" parameter specifies the weight of the
backend address inside a group which this address
...
...
@@ -257,7 +257,8 @@ Connections
selected by the load balancing algorithm. <N> must be
[1, 256] inclusive. The weight 8 has 4 times more
weight than weight 2. If this parameter is omitted,
weight becomes 1.
weight becomes 1. "weight" is ignored if session
affinity is enabled.
Since ";" and ":" are used as delimiter, <PATTERN> must
not contain these characters. Since ";" has special
...
...
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