Skip to content

Commit 5e0bf52

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 90f364b commit 5e0bf52

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

docs/dev/configuration.html

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.1-dev11 - Configuration Manual</title>
5+
<title>HAProxy version 3.1-dev11-1 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4183,6 +4183,10 @@
41834183

41844184
<a class="list-group-item" href="#tune.recv_enough">tune.recv_enough</a>
41854185

4186+
<a class="list-group-item" href="#tune.renice.runtime">tune.renice.runtime</a>
4187+
4188+
<a class="list-group-item" href="#tune.renice.startup">tune.renice.startup</a>
4189+
41864190
<a class="list-group-item" href="#tune.ring.queues">tune.ring.queues</a>
41874191

41884192
<a class="list-group-item" href="#tune.runqueue-depth">tune.runqueue-depth</a>
@@ -4406,7 +4410,7 @@
44064410
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44074411
</p>
44084412
<p class="text-right">
4409-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/01</b></small>
4413+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/04</b></small>
44104414
</p>
44114415
</div>
44124416
<!-- /.sidebar -->
@@ -4417,7 +4421,7 @@
44174421
<div class="text-center">
44184422
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44194423
<h2>Configuration Manual</h2>
4420-
<p><strong>version 3.1-dev11</strong></p>
4424+
<p><strong>version 3.1-dev11-1</strong></p>
44214425
<p>
44224426
2024/11/01<br>
44234427

@@ -7024,6 +7028,8 @@ <h2 id="chapter-2.9" data-target="2.9"><small><a class="small" href="#2.9">2.9.<
70247028
- <a href="#tune.quic.retry-threshold">tune.quic.retry-threshold</a>
70257029
- <a href="#tune.quic.socket-owner">tune.quic.socket-owner</a>
70267030
- <a href="#tune.quic.zero-copy-fwd-send">tune.quic.zero-copy-fwd-send</a>
7031+
- <a href="#tune.renice.runtime">tune.renice.runtime</a>
7032+
- <a href="#tune.renice.startup">tune.renice.startup</a>
70277033
- <a href="#tune.rcvbuf.backend">tune.rcvbuf.backend</a>
70287034
- <a href="#tune.rcvbuf.client">tune.rcvbuf.client</a>
70297035
- <a href="#tune.rcvbuf.frontend">tune.rcvbuf.frontend</a>
@@ -9146,6 +9152,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
91469152
</pre><a class="anchor" name="tune.quic.zero-copy-fwd-send"></a><a class="anchor" name="3-tune.quic.zero-copy-fwd-send"></a><a class="anchor" name="3.2-tune.quic.zero-copy-fwd-send"></a><a class="anchor" name="tune.quic.zero-copy-fwd-send (Global parameters)"></a><a class="anchor" name="tune.quic.zero-copy-fwd-send (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.quic.zero-copy-fwd-send"></a><a href="#3.2-tune.quic.zero-copy-fwd-send">tune.quic.zero-copy-fwd-send</a></b> <span style="color: #800">{ on | off }</span></div><pre class="text">Enables ('on') of disabled ('off') the zero-copy sends of data for the QUIC
91479153
multiplexer. It is enabled by default.
91489154
</pre><div class="page-header"><b>See also:</b> tune.disable-zero-copy-forwarding</div>
9155+
<a class="anchor" name="tune.renice.runtime"></a><a class="anchor" name="3-tune.renice.runtime"></a><a class="anchor" name="3.2-tune.renice.runtime"></a><a class="anchor" name="tune.renice.runtime (Global parameters)"></a><a class="anchor" name="tune.renice.runtime (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.renice.runtime"></a><a href="#3.2-tune.renice.runtime">tune.renice.runtime</a></b> <span style="color: #080">&lt;number&gt;</span></div><pre class="text">This configuration option takes a value between -20 and 19. It applies a
9156+
scheduling priority as documented in man 2 setpriority. This priority is
9157+
applied after the configuration parsing, which means only the worker or the
9158+
standalone process will apply it. It is usually configured to set a higher
9159+
priority than a process doing configuration parsing (tune.renice.startup).
9160+
</pre><div class="page-header"><b>See also:</b> tune.renice.startup</div>
9161+
<a class="anchor" name="tune.renice.startup"></a><a class="anchor" name="3-tune.renice.startup"></a><a class="anchor" name="3.2-tune.renice.startup"></a><a class="anchor" name="tune.renice.startup (Global parameters)"></a><a class="anchor" name="tune.renice.startup (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.renice.startup"></a><a href="#3.2-tune.renice.startup">tune.renice.startup</a></b> <span style="color: #080">&lt;number&gt;</span></div><pre class="text">This configuration option takes a value between -20 and 19. It applies a
9162+
scheduling priority as documented in man 2 setpriority. This priority is
9163+
applied before applying the rest of the configuration which can be useful if
9164+
you want to lower the priority for configuration parsing. This is applied on
9165+
the standalone process or the worker before configuration parsing. Once the
9166+
configuration is parsed, the previous priority is restored unless
9167+
tune.renice.runtime is used.
9168+
</pre><div class="page-header"><b>See also:</b> tune.renice.runtime</div>
91499169
<a class="anchor" name="tune.rcvbuf.backend"></a><a class="anchor" name="3-tune.rcvbuf.backend"></a><a class="anchor" name="3.2-tune.rcvbuf.backend"></a><a class="anchor" name="tune.rcvbuf.backend (Global parameters)"></a><a class="anchor" name="tune.rcvbuf.backend (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.rcvbuf.backend"></a><a href="#3.2-tune.rcvbuf.backend">tune.rcvbuf.backend</a></b> <span style="color: #080">&lt;number&gt;</span></div><a class="anchor" name="tune.rcvbuf.frontend"></a><a class="anchor" name="3-tune.rcvbuf.frontend"></a><a class="anchor" name="3.2-tune.rcvbuf.frontend"></a><a class="anchor" name="tune.rcvbuf.frontend (Global parameters)"></a><a class="anchor" name="tune.rcvbuf.frontend (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.rcvbuf.frontend"></a><a href="#3.2-tune.rcvbuf.frontend">tune.rcvbuf.frontend</a></b> <span style="color: #080">&lt;number&gt;</span></div><pre class="text">For the kernel socket receive buffer size on non-connected sockets to this
91509170
size. This can be used QUIC in listener mode and log-forward on the frontend.
91519171
The default system buffers might sometimes be too small for sockets receiving
@@ -31365,7 +31385,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3136531385
<br>
3136631386
<hr>
3136731387
<div class="text-right">
31368-
HAProxy 3.1-dev11 &ndash; Configuration Manual<br>
31388+
HAProxy 3.1-dev11-1 &ndash; Configuration Manual<br>
3136931389
<small>, 2024/11/01</small>
3137031390
</div>
3137131391
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.1-dev11 - Starter Guide</title>
5+
<title>HAProxy version 3.1-dev11-1 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/01</b></small>
487+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/04</b></small>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.1-dev11</strong></p>
498+
<p><strong>version 3.1-dev11-1</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.1-dev11 &ndash; Starter Guide<br>
2518+
HAProxy 3.1-dev11-1 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.1-dev11 - Management Guide</title>
5+
<title>HAProxy version 3.1-dev11-1 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -648,7 +648,7 @@
648648
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
649649
</p>
650650
<p class="text-right">
651-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/01</b></small>
651+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/04</b></small>
652652
</p>
653653
</div>
654654
<!-- /.sidebar -->
@@ -659,7 +659,7 @@
659659
<div class="text-center">
660660
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
661661
<h2>Management Guide</h2>
662-
<p><strong>version 3.1-dev11</strong></p>
662+
<p><strong>version 3.1-dev11-1</strong></p>
663663
<p>
664664
<br>
665665

@@ -5352,7 +5352,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53525352
<br>
53535353
<hr>
53545354
<div class="text-right">
5355-
HAProxy 3.1-dev11 &ndash; Management Guide<br>
5355+
HAProxy 3.1-dev11-1 &ndash; Management Guide<br>
53565356
<small>, </small>
53575357
</div>
53585358
</div>

0 commit comments

Comments
 (0)