Skip to content

Commit 2886319

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 9c2ca64 commit 2886319

3 files changed

Lines changed: 39 additions & 12 deletions

File tree

docs/dev/configuration.html

Lines changed: 31 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.2-dev8-18 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev8-25 - 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" />
@@ -4480,7 +4480,7 @@
44804480
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44814481
</p>
44824482
<p class="text-right">
4483-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/25</b></small>
4483+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/31</b></small>
44844484
</p>
44854485
</div>
44864486
<!-- /.sidebar -->
@@ -4491,7 +4491,7 @@
44914491
<div class="text-center">
44924492
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44934493
<h2>Configuration Manual</h2>
4494-
<p><strong>version 3.2-dev8-18</strong></p>
4494+
<p><strong>version 3.2-dev8-25</strong></p>
44954495
<p>
44964496
2025/03/21<br>
44974497

@@ -7538,6 +7538,33 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.<
75387538
the limit of 32 or 64 depending on the system. This is
75397539
the default policy.
75407540

7541+
- group-by-2-clusters same as &quot;group-by-cluster&quot; but create a group every
7542+
two clusters. This can make sense on CPUs having many
7543+
clusters of few cores each, to avoid creating many
7544+
groups, or to smooth the distribution a little bit when
7545+
not all cores are in use. Please note that it can have
7546+
very bad performance effects when the communication
7547+
between clusters is slow. This is generally recommended
7548+
against.
7549+
7550+
- group-by-3-clusters same as &quot;group-by-cluster&quot; but create a group every
7551+
three clusters. This can make sense on CPUs having many
7552+
clusters of few cores each, to avoid creating many
7553+
groups, or to smooth the distribution a little bit when
7554+
not all cores are in use. Please note that it can have
7555+
very bad performance effects when the communication
7556+
between clusters is slow. This is generally recommended
7557+
against.
7558+
7559+
- group-by-4-clusters same as &quot;group-by-cluster&quot; but create a group every
7560+
four clusters. This can make sense on CPUs having many
7561+
clusters of few cores each, to avoid creating many
7562+
groups, or to smooth the distribution a little bit when
7563+
not all cores are in use. Please note that it can have
7564+
very bad performance effects when the communication
7565+
between clusters is slow. This is generally recommended
7566+
against.
7567+
75417568
- group-by-cluster if neither &quot;<a href="#nbthread">nbthread</a>&quot; not &quot;nbtgroups&quot; were set, then
75427569
one thread group is created for each CPU cluster with
75437570
available CPUs, each with as many threads as CPUs. All
@@ -32159,7 +32186,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3215932186
<br>
3216032187
<hr>
3216132188
<div class="text-right">
32162-
HAProxy 3.2-dev8-18 &ndash; Configuration Manual<br>
32189+
HAProxy 3.2-dev8-25 &ndash; Configuration Manual<br>
3216332190
<small>, 2025/03/21</small>
3216432191
</div>
3216532192
</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.2-dev8-18 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev8-25 - 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>2025/03/25</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>2025/03/31</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.2-dev8-18</strong></p>
498+
<p><strong>version 3.2-dev8-25</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.2-dev8-18 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev8-25 &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.2-dev8-18 - Management Guide</title>
5+
<title>HAProxy version 3.2-dev8-25 - 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" />
@@ -654,7 +654,7 @@
654654
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
655655
</p>
656656
<p class="text-right">
657-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/25</b></small>
657+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/31</b></small>
658658
</p>
659659
</div>
660660
<!-- /.sidebar -->
@@ -665,7 +665,7 @@
665665
<div class="text-center">
666666
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
667667
<h2>Management Guide</h2>
668-
<p><strong>version 3.2-dev8-18</strong></p>
668+
<p><strong>version 3.2-dev8-25</strong></p>
669669
<p>
670670
<br>
671671

@@ -5471,7 +5471,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
54715471
<br>
54725472
<hr>
54735473
<div class="text-right">
5474-
HAProxy 3.2-dev8-18 &ndash; Management Guide<br>
5474+
HAProxy 3.2-dev8-25 &ndash; Management Guide<br>
54755475
<small>, </small>
54765476
</div>
54775477
</div>

0 commit comments

Comments
 (0)