|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <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> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
2998 | 2998 |
|
2999 | 2999 | <a class="list-group-item" href="#req.body_size">req.body_size</a> |
3000 | 3000 |
|
| 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 | + |
3001 | 3005 | <a class="list-group-item" href="#req.cook">req.cook</a> |
3002 | 3006 |
|
3003 | 3007 | <a class="list-group-item" href="#req.cook_cnt">req.cook_cnt</a> |
|
3024 | 3028 |
|
3025 | 3029 | <a class="list-group-item" href="#req.hdrs_bin">req.hdrs_bin</a> |
3026 | 3030 |
|
3027 | | - <a class="list-group-item" href="#req.in">req.in</a> |
3028 | | - |
3029 | 3031 | <a class="list-group-item" href="#req.len">req.len</a> |
3030 | 3032 |
|
3031 | | - <a class="list-group-item" href="#req.out">req.out</a> |
3032 | | - |
3033 | 3033 | <a class="list-group-item" href="#req.payload">req.payload</a> |
3034 | 3034 |
|
3035 | 3035 | <a class="list-group-item" href="#req.payload_lv">req.payload_lv</a> |
|
3098 | 3098 |
|
3099 | 3099 | <a class="list-group-item" href="#res.body_size">res.body_size</a> |
3100 | 3100 |
|
| 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 | + |
3101 | 3105 | <a class="list-group-item" href="#res.cache_hit">res.cache_hit</a> |
3102 | 3106 |
|
3103 | 3107 | <a class="list-group-item" href="#res.cache_name">res.cache_name</a> |
|
3132 | 3136 |
|
3133 | 3137 | <a class="list-group-item" href="#res.hdrs_bin">res.hdrs_bin</a> |
3134 | 3138 |
|
3135 | | - <a class="list-group-item" href="#res.in">res.in</a> |
3136 | | - |
3137 | 3139 | <a class="list-group-item" href="#res.len">res.len</a> |
3138 | 3140 |
|
3139 | | - <a class="list-group-item" href="#res.out">res.out</a> |
3140 | | - |
3141 | 3141 | <a class="list-group-item" href="#res.payload">res.payload</a> |
3142 | 3142 |
|
3143 | 3143 | <a class="list-group-item" href="#res.payload_lv">res.payload_lv</a> |
|
4699 | 4699 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4700 | 4700 | </p> |
4701 | 4701 | <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> |
4703 | 4703 | </p> |
4704 | 4704 | </div> |
4705 | 4705 | <!-- /.sidebar --> |
|
4710 | 4710 | <div class="text-center"> |
4711 | 4711 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4712 | 4712 | <h2>Configuration Manual</h2> |
4713 | | - <p><strong>version 3.3-dev11-55</strong></p> |
| 4713 | + <p><strong>version 3.3-dev11-67</strong></p> |
4714 | 4714 | <p> |
4715 | 4715 | 2025/10/31<br> |
4716 | 4716 |
|
@@ -26826,10 +26826,10 @@ <h3 id="chapter-7.3.3" data-target="7.3.3"><small><a class="small" href="#7.3.3" |
26826 | 26826 | <thead><tr><th>keyword</th><th>output type</th></tr></thead> |
26827 | 26827 | <tr><td ><a href="#7-fe_id">fe_id</a></td><td >integer</td></tr> |
26828 | 26828 | <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> |
26833 | 26833 | <tr><td ><a href="#7-res.timer.data">res.timer.data</a></td><td >integer</td></tr> |
26834 | 26834 | <tr><td ><a href="#7-sc0_bytes_in_rate">sc0_bytes_in_rate([<table>])</a></td><td >integer</td></tr> |
26835 | 26835 | <tr><td ><a href="#7-sc0_bytes_out_rate">sc0_bytes_out_rate([<table>])</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" |
27094 | 27094 | </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 |
27095 | 27095 | current backend. This timeout can be overwritten by a "<a href="#set-timeout">set-timeout</a>" rule. See |
27096 | 27096 | also the "<a href="#cur_tunnel_timeout">cur_tunnel_timeout</a>". |
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 "<a href="#req.in">req.in</a>". |
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 "<a href="#res.in">res.in</a>". |
| 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 "<a href="#req.bytes_in">req.bytes_in</a>". |
| 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 "<a href="#res.bytes_in">res.bytes_in</a>". |
27099 | 27099 | </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. |
27100 | 27100 | In the default case, this will be equal to fe_client_timeout unless a |
27101 | 27101 | "<a href="#set-timeout">set-timeout</a>" rule has been applied. See also "<a href="#fe_client_timeout">fe_client_timeout</a>". |
@@ -27340,18 +27340,18 @@ <h3 id="chapter-7.3.3" data-target="7.3.3"><small><a class="small" href="#7.3.3" |
27340 | 27340 | </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 |
27341 | 27341 | backends to check from which frontend it was called, or to stick all users |
27342 | 27342 | 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 |
27344 | 27344 | corresponds to what was received by HAProxy, including some headers and some |
27345 | 27345 | internal encoding overhead. Request compression does not affect the value |
27346 | 27346 | 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 |
27348 | 27348 | what was sent by HAProxy, including some headers and some internal encoding |
27349 | 27349 | 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 |
27351 | 27351 | corresponds to what was received by HAProxy, including some headers and some |
27352 | 27352 | internal encoding overhead. Response compression does not affect the value |
27353 | 27353 | 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 |
27355 | 27355 | what was sent by HAProxy, including some headers and some internal encoding |
27356 | 27356 | overhead. Response compression affects the value reported here. |
27357 | 27357 | </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" |
30724 | 30724 | | Others | |
30725 | 30725 | +---+------+------------------------------------------------------+---------+ |
30726 | 30726 | | | %B | bytes_read (from server to client) | numeric | |
30727 | | - | | | %[res_in] | | |
| 30727 | + | | | %[req.bytes_in] | | |
30728 | 30728 | +---+------+------------------------------------------------------+---------+ |
30729 | 30729 | | H | %CC | captured_request_cookie | string | |
30730 | 30730 | +---+------+------------------------------------------------------+---------+ |
@@ -30755,7 +30755,7 @@ <h3 id="chapter-8.2.6" data-target="8.2.6"><small><a class="small" href="#8.2.6" |
30755 | 30755 | | | | %[txn.status] | | |
30756 | 30756 | +---+------+------------------------------------------------------+---------+ |
30757 | 30757 | | | %U | bytes_uploaded (from client to server) | numeric | |
30758 | | - | | | %[req_in] | | |
| 30758 | + | | | %[req.bytes_in] | | |
30759 | 30759 | +---+------+------------------------------------------------------+---------+ |
30760 | 30760 | | | %ac | actconn | | |
30761 | 30761 | | | | %[act_conn] | numeric | |
@@ -33737,7 +33737,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33737 | 33737 | <br> |
33738 | 33738 | <hr> |
33739 | 33739 | <div class="text-right"> |
33740 | | - HAProxy 3.3-dev11-55 – Configuration Manual<br> |
| 33740 | + HAProxy 3.3-dev11-67 – Configuration Manual<br> |
33741 | 33741 | <small>, 2025/10/31</small> |
33742 | 33742 | </div> |
33743 | 33743 | </div> |
|
0 commit comments