Skip to content

Commit 4d2bd87

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent bf8a531 commit 4d2bd87

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

docs/dev/configuration.html

Lines changed: 24 additions & 24 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.3-dev11-55 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev11-67 - 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" />
@@ -2998,6 +2998,10 @@
29982998

29992999
<a class="list-group-item" href="#req.body_size">req.body_size</a>
30003000

3001+
<a class="list-group-item" href="#req.bytes_in">req.bytes_in</a>
3002+
3003+
<a class="list-group-item" href="#req.bytes_out">req.bytes_out</a>
3004+
30013005
<a class="list-group-item" href="#req.cook">req.cook</a>
30023006

30033007
<a class="list-group-item" href="#req.cook_cnt">req.cook_cnt</a>
@@ -3024,12 +3028,8 @@
30243028

30253029
<a class="list-group-item" href="#req.hdrs_bin">req.hdrs_bin</a>
30263030

3027-
<a class="list-group-item" href="#req.in">req.in</a>
3028-
30293031
<a class="list-group-item" href="#req.len">req.len</a>
30303032

3031-
<a class="list-group-item" href="#req.out">req.out</a>
3032-
30333033
<a class="list-group-item" href="#req.payload">req.payload</a>
30343034

30353035
<a class="list-group-item" href="#req.payload_lv">req.payload_lv</a>
@@ -3098,6 +3098,10 @@
30983098

30993099
<a class="list-group-item" href="#res.body_size">res.body_size</a>
31003100

3101+
<a class="list-group-item" href="#res.bytes_in">res.bytes_in</a>
3102+
3103+
<a class="list-group-item" href="#res.bytes_out">res.bytes_out</a>
3104+
31013105
<a class="list-group-item" href="#res.cache_hit">res.cache_hit</a>
31023106

31033107
<a class="list-group-item" href="#res.cache_name">res.cache_name</a>
@@ -3132,12 +3136,8 @@
31323136

31333137
<a class="list-group-item" href="#res.hdrs_bin">res.hdrs_bin</a>
31343138

3135-
<a class="list-group-item" href="#res.in">res.in</a>
3136-
31373139
<a class="list-group-item" href="#res.len">res.len</a>
31383140

3139-
<a class="list-group-item" href="#res.out">res.out</a>
3140-
31413141
<a class="list-group-item" href="#res.payload">res.payload</a>
31423142

31433143
<a class="list-group-item" href="#res.payload_lv">res.payload_lv</a>
@@ -4699,7 +4699,7 @@
46994699
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47004700
</p>
47014701
<p class="text-right">
4702-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/06</b></small>
4702+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/07</b></small>
47034703
</p>
47044704
</div>
47054705
<!-- /.sidebar -->
@@ -4710,7 +4710,7 @@
47104710
<div class="text-center">
47114711
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47124712
<h2>Configuration Manual</h2>
4713-
<p><strong>version 3.3-dev11-55</strong></p>
4713+
<p><strong>version 3.3-dev11-67</strong></p>
47144714
<p>
47154715
2025/10/31<br>
47164716

@@ -26826,10 +26826,10 @@ <h3 id="chapter-7.3.3" data-target="7.3.3"><small><a class="small" href="#7.3.3"
2682626826
<thead><tr><th>keyword</th><th>output type</th></tr></thead>
2682726827
<tr><td ><a href="#7-fe_id">fe_id</a></td><td >integer</td></tr>
2682826828
<tr><td ><a href="#7-fe_name">fe_name</a></td><td >string</td></tr>
26829-
<tr><td ><a href="#7-req.in">req.in</a></td><td >integer</td></tr>
26830-
<tr><td ><a href="#7-req.out">req.out</a></td><td >integer</td></tr>
26831-
<tr><td ><a href="#7-res.in">res.in</a></td><td >integer</td></tr>
26832-
<tr><td ><a href="#7-res.out">res.out</a></td><td >integer</td></tr>
26829+
<tr><td ><a href="#7-req.bytes_in">req.bytes_in</a></td><td >integer</td></tr>
26830+
<tr><td ><a href="#7-req.bytes_out">req.bytes_out</a></td><td >integer</td></tr>
26831+
<tr><td ><a href="#7-res.bytes_in">res.bytes_in</a></td><td >integer</td></tr>
26832+
<tr><td ><a href="#7-res.bytes_out">res.bytes_out</a></td><td >integer</td></tr>
2683326833
<tr><td ><a href="#7-res.timer.data">res.timer.data</a></td><td >integer</td></tr>
2683426834
<tr><td ><a href="#7-sc0_bytes_in_rate">sc0_bytes_in_rate([&lt;table&gt;])</a></td><td >integer</td></tr>
2683526835
<tr><td ><a href="#7-sc0_bytes_out_rate">sc0_bytes_out_rate([&lt;table&gt;])</a></td><td >integer</td></tr>
@@ -27094,8 +27094,8 @@ <h3 id="chapter-7.3.3" data-target="7.3.3"><small><a class="small" href="#7.3.3"
2709427094
</pre><a class="anchor" name="be_tunnel_timeout"></a><a class="anchor" name="7-be_tunnel_timeout"></a><a class="anchor" name="7.3.3-be_tunnel_timeout"></a><a class="anchor" name="be_tunnel_timeout (Using ACLs and fetching samples)"></a><a class="anchor" name="be_tunnel_timeout (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="be_tunnel_timeout"></a><a href="#7.3.3-be_tunnel_timeout">be_tunnel_timeout</a></b> : integer</div><pre class="text">Returns the configuration value in millisecond for the tunnel timeout of the
2709527095
current backend. This timeout can be overwritten by a &quot;<a href="#set-timeout">set-timeout</a>&quot; rule. See
2709627096
also the &quot;<a href="#cur_tunnel_timeout">cur_tunnel_timeout</a>&quot;.
27097-
</pre><a class="anchor" name="bytes_in"></a><a class="anchor" name="7-bytes_in"></a><a class="anchor" name="7.3.3-bytes_in"></a><a class="anchor" name="bytes_in (Using ACLs and fetching samples)"></a><a class="anchor" name="bytes_in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="bytes_in"></a><a href="#7.3.3-bytes_in">bytes_in</a></b> : integer</div><pre class="text">See &quot;<a href="#req.in">req.in</a>&quot;.
27098-
</pre><a class="anchor" name="bytes_out"></a><a class="anchor" name="7-bytes_out"></a><a class="anchor" name="7.3.3-bytes_out"></a><a class="anchor" name="bytes_out (Using ACLs and fetching samples)"></a><a class="anchor" name="bytes_out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="bytes_out"></a><a href="#7.3.3-bytes_out">bytes_out</a></b> : integer</div><pre class="text">See &quot;<a href="#res.in">res.in</a>&quot;.
27097+
</pre><a class="anchor" name="bytes_in"></a><a class="anchor" name="7-bytes_in"></a><a class="anchor" name="7.3.3-bytes_in"></a><a class="anchor" name="bytes_in (Using ACLs and fetching samples)"></a><a class="anchor" name="bytes_in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="bytes_in"></a><a href="#7.3.3-bytes_in">bytes_in</a></b> : integer</div><pre class="text">See &quot;<a href="#req.bytes_in">req.bytes_in</a>&quot;.
27098+
</pre><a class="anchor" name="bytes_out"></a><a class="anchor" name="7-bytes_out"></a><a class="anchor" name="7.3.3-bytes_out"></a><a class="anchor" name="bytes_out (Using ACLs and fetching samples)"></a><a class="anchor" name="bytes_out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="bytes_out"></a><a href="#7.3.3-bytes_out">bytes_out</a></b> : integer</div><pre class="text">See &quot;<a href="#res.bytes_in">res.bytes_in</a>&quot;.
2709927099
</pre><a class="anchor" name="cur_client_timeout"></a><a class="anchor" name="7-cur_client_timeout"></a><a class="anchor" name="7.3.3-cur_client_timeout"></a><a class="anchor" name="cur_client_timeout (Using ACLs and fetching samples)"></a><a class="anchor" name="cur_client_timeout (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="cur_client_timeout"></a><a href="#7.3.3-cur_client_timeout">cur_client_timeout</a></b> : integer</div><pre class="text">Returns the currently applied client timeout in millisecond for the stream.
2710027100
In the default case, this will be equal to fe_client_timeout unless a
2710127101
&quot;<a href="#set-timeout">set-timeout</a>&quot; rule has been applied. See also &quot;<a href="#fe_client_timeout">fe_client_timeout</a>&quot;.
@@ -27340,18 +27340,18 @@ <h3 id="chapter-7.3.3" data-target="7.3.3"><small><a class="small" href="#7.3.3"
2734027340
</pre><a class="anchor" name="fe_name"></a><a class="anchor" name="7-fe_name"></a><a class="anchor" name="7.3.3-fe_name"></a><a class="anchor" name="fe_name (Using ACLs and fetching samples)"></a><a class="anchor" name="fe_name (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="fe_name"></a><a href="#7.3.3-fe_name">fe_name</a></b> : string</div><pre class="text">Returns a string containing the current frontend's name. It can be used in
2734127341
backends to check from which frontend it was called, or to stick all users
2734227342
coming via a same frontend to the same server.
27343-
</pre><a class="anchor" name="req.in"></a><a class="anchor" name="7-req.in"></a><a class="anchor" name="7.3.3-req.in"></a><a class="anchor" name="req.in (Using ACLs and fetching samples)"></a><a class="anchor" name="req.in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="req.in"></a><a href="#7.3.3-req.in">req.in</a></b> : integer</div><pre class="text">This returns the number of bytes received from the client. The value
27343+
</pre><a class="anchor" name="req.bytes_in"></a><a class="anchor" name="7-req.bytes_in"></a><a class="anchor" name="7.3.3-req.bytes_in"></a><a class="anchor" name="req.bytes_in (Using ACLs and fetching samples)"></a><a class="anchor" name="req.bytes_in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="req.bytes_in"></a><a href="#7.3.3-req.bytes_in">req.bytes_in</a></b> : integer</div><pre class="text">This returns the number of bytes received from the client. The value
2734427344
corresponds to what was received by HAProxy, including some headers and some
2734527345
internal encoding overhead. Request compression does not affect the value
2734627346
reported here.
27347-
</pre><a class="anchor" name="req.out"></a><a class="anchor" name="7-req.out"></a><a class="anchor" name="7.3.3-req.out"></a><a class="anchor" name="req.out (Using ACLs and fetching samples)"></a><a class="anchor" name="req.out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="req.out"></a><a href="#7.3.3-req.out">req.out</a></b> : integer</div><pre class="text">This returns the number of bytes sent to the server. The value corresponds to
27347+
</pre><a class="anchor" name="req.bytes_out"></a><a class="anchor" name="7-req.bytes_out"></a><a class="anchor" name="7.3.3-req.bytes_out"></a><a class="anchor" name="req.bytes_out (Using ACLs and fetching samples)"></a><a class="anchor" name="req.bytes_out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="req.bytes_out"></a><a href="#7.3.3-req.bytes_out">req.bytes_out</a></b> : integer</div><pre class="text">This returns the number of bytes sent to the server. The value corresponds to
2734827348
what was sent by HAProxy, including some headers and some internal encoding
2734927349
overhead. Request compression affects the value reported here.
27350-
</pre><a class="anchor" name="res.in"></a><a class="anchor" name="7-res.in"></a><a class="anchor" name="7.3.3-res.in"></a><a class="anchor" name="res.in (Using ACLs and fetching samples)"></a><a class="anchor" name="res.in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="res.in"></a><a href="#7.3.3-res.in">res.in</a></b> : integer</div><pre class="text">This returns the number of bytes received from the server. The value
27350+
</pre><a class="anchor" name="res.bytes_in"></a><a class="anchor" name="7-res.bytes_in"></a><a class="anchor" name="7.3.3-res.bytes_in"></a><a class="anchor" name="res.bytes_in (Using ACLs and fetching samples)"></a><a class="anchor" name="res.bytes_in (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="res.bytes_in"></a><a href="#7.3.3-res.bytes_in">res.bytes_in</a></b> : integer</div><pre class="text">This returns the number of bytes received from the server. The value
2735127351
corresponds to what was received by HAProxy, including some headers and some
2735227352
internal encoding overhead. Response compression does not affect the value
2735327353
reported here.
27354-
</pre><a class="anchor" name="res.out"></a><a class="anchor" name="7-res.out"></a><a class="anchor" name="7.3.3-res.out"></a><a class="anchor" name="res.out (Using ACLs and fetching samples)"></a><a class="anchor" name="res.out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="res.out"></a><a href="#7.3.3-res.out">res.out</a></b> : integer</div><pre class="text">This returns the number of bytes sent to the client. The value corresponds to
27354+
</pre><a class="anchor" name="res.bytes_out"></a><a class="anchor" name="7-res.bytes_out"></a><a class="anchor" name="7.3.3-res.bytes_out"></a><a class="anchor" name="res.bytes_out (Using ACLs and fetching samples)"></a><a class="anchor" name="res.bytes_out (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="res.bytes_out"></a><a href="#7.3.3-res.bytes_out">res.bytes_out</a></b> : integer</div><pre class="text">This returns the number of bytes sent to the client. The value corresponds to
2735527355
what was sent by HAProxy, including some headers and some internal encoding
2735627356
overhead. Response compression affects the value reported here.
2735727357
</pre><a class="anchor" name="res.timer.data"></a><a class="anchor" name="7-res.timer.data"></a><a class="anchor" name="7.3.3-res.timer.data"></a><a class="anchor" name="res.timer.data (Using ACLs and fetching samples)"></a><a class="anchor" name="res.timer.data (Fetching samples at Layer 4)"></a><div class="keyword"><b><a class="anchor" name="res.timer.data"></a><a href="#7.3.3-res.timer.data">res.timer.data</a></b> : integer</div><pre class="text">this is the total transfer time of the response payload till the last byte
@@ -30724,7 +30724,7 @@ <h3 id="chapter-8.2.6" data-target="8.2.6"><small><a class="small" href="#8.2.6"
3072430724
| Others |
3072530725
+---+------+------------------------------------------------------+---------+
3072630726
| | %B | bytes_read (from server to client) | numeric |
30727-
| | | %[res_in] | |
30727+
| | | %[req.bytes_in] | |
3072830728
+---+------+------------------------------------------------------+---------+
3072930729
| H | %CC | captured_request_cookie | string |
3073030730
+---+------+------------------------------------------------------+---------+
@@ -30755,7 +30755,7 @@ <h3 id="chapter-8.2.6" data-target="8.2.6"><small><a class="small" href="#8.2.6"
3075530755
| | | %[txn.status] | |
3075630756
+---+------+------------------------------------------------------+---------+
3075730757
| | %U | bytes_uploaded (from client to server) | numeric |
30758-
| | | %[req_in] | |
30758+
| | | %[req.bytes_in] | |
3075930759
+---+------+------------------------------------------------------+---------+
3076030760
| | %ac | actconn | |
3076130761
| | | %[act_conn] | numeric |
@@ -33737,7 +33737,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3373733737
<br>
3373833738
<hr>
3373933739
<div class="text-right">
33740-
HAProxy 3.3-dev11-55 &ndash; Configuration Manual<br>
33740+
HAProxy 3.3-dev11-67 &ndash; Configuration Manual<br>
3374133741
<small>, 2025/10/31</small>
3374233742
</div>
3374333743
</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.3-dev11-55 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev11-67 - 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/11/06</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/11/07</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.3-dev11-55</strong></p>
498+
<p><strong>version 3.3-dev11-67</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.3-dev11-55 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev11-67 &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.3-dev11-55 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev11-67 - 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" />
@@ -680,7 +680,7 @@
680680
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
681681
</p>
682682
<p class="text-right">
683-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/06</b></small>
683+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/07</b></small>
684684
</p>
685685
</div>
686686
<!-- /.sidebar -->
@@ -691,7 +691,7 @@
691691
<div class="text-center">
692692
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
693693
<h2>Management Guide</h2>
694-
<p><strong>version 3.3-dev11-55</strong></p>
694+
<p><strong>version 3.3-dev11-67</strong></p>
695695
<p>
696696
<br>
697697

@@ -5768,7 +5768,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57685768
<br>
57695769
<hr>
57705770
<div class="text-right">
5771-
HAProxy 3.3-dev11-55 &ndash; Management Guide<br>
5771+
HAProxy 3.3-dev11-67 &ndash; Management Guide<br>
57725772
<small>, </small>
57735773
</div>
57745774
</div>

0 commit comments

Comments
 (0)