|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev4-29 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2-dev4-56 - 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" /> |
|
4452 | 4452 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4453 | 4453 | </p> |
4454 | 4454 | <p class="text-right"> |
4455 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/01/30</b></small> |
| 4455 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/01/31</b></small> |
4456 | 4456 | </p> |
4457 | 4457 | </div> |
4458 | 4458 | <!-- /.sidebar --> |
|
4463 | 4463 | <div class="text-center"> |
4464 | 4464 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4465 | 4465 | <h2>Configuration Manual</h2> |
4466 | | - <p><strong>version 3.2-dev4-29</strong></p> |
| 4466 | + <p><strong>version 3.2-dev4-56</strong></p> |
4467 | 4467 | <p> |
4468 | 4468 | 2025/01/24<br> |
4469 | 4469 |
|
@@ -25670,6 +25670,7 @@ <h3 id="chapter-7.3.2" data-target="7.3.2"><small><a class="small" href="#7.3.2" |
25670 | 25670 | <tr><td ><a href="#7-str">str(<string>)</a></td><td >string</td></tr> |
25671 | 25671 | <tr><td ><a href="#7-table_avl">table_avl([<table>])</a></td><td >integer</td></tr> |
25672 | 25672 | <tr><td ><a href="#7-table_cnt">table_cnt([<table>])</a></td><td >integer</td></tr> |
| 25673 | +<tr><td ><a href="#7-term_events">term_events</a></td><td >string</td></tr> |
25673 | 25674 | <tr><td ><a href="#7-thread">thread</a></td><td >integer</td></tr> |
25674 | 25675 | <tr><td ><a href="#7-txn.id32">txn.id32</a></td><td >integer</td></tr> |
25675 | 25676 | <tr><td ><a href="#7-txn.sess_term_state">txn.sess_term_state</a></td><td >string</td></tr> |
@@ -26053,9 +26054,30 @@ <h3 id="chapter-7.3.2" data-target="7.3.2"><small><a class="small" href="#7.3.2" |
26053 | 26054 | </pre><a class="anchor" name="str"></a><a class="anchor" name="7-str"></a><a class="anchor" name="7.3.2-str"></a><a class="anchor" name="str (Using ACLs and fetching samples)"></a><a class="anchor" name="str (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="str"></a><a href="#7.3.2-str">str</a></b>(<span style="color: #080"><string></span>) : string</div><pre class="text">Returns a string. |
26054 | 26055 | </pre><a class="anchor" name="table_avl"></a><a class="anchor" name="7-table_avl"></a><a class="anchor" name="7.3.2-table_avl"></a><a class="anchor" name="table_avl (Using ACLs and fetching samples)"></a><a class="anchor" name="table_avl (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="table_avl"></a><a href="#7.3.2-table_avl">table_avl</a></b>(<span style="color: #008">[<span style="color: #080"><table></span>]</span>) : integer</div><pre class="text">Returns the total number of available entries in the current proxy's |
26055 | 26056 | stick-table or in the designated stick-table. See also "<a href="#table_cnt">table_cnt</a>". |
26056 | | -</pre><a class="anchor" name="table_cnt"></a><a class="anchor" name="7-table_cnt"></a><a class="anchor" name="7.3.2-table_cnt"></a><a class="anchor" name="table_cnt (Using ACLs and fetching samples)"></a><a class="anchor" name="table_cnt (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="table_cnt"></a><a href="#7.3.2-table_cnt">table_cnt</a></b>(<span style="color: #008">[<span style="color: #080"><table></span>]</span>) : integer</div><pre class="text">Returns the total number of entries currently in use in the current proxy's |
26057 | | -stick-table or in the designated stick-table. See also "<a href="#table_conn_cnt">table_conn_cnt</a>" and |
26058 | | -table_avl for other entry counting methods. |
| 26057 | +</pre><a class="anchor" name="table_cnt"></a><a class="anchor" name="7-table_cnt"></a><a class="anchor" name="7.3.2-table_cnt"></a><a class="anchor" name="table_cnt (Using ACLs and fetching samples)"></a><a class="anchor" name="table_cnt (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="table_cnt"></a><a href="#7.3.2-table_cnt">table_cnt</a></b>(<span style="color: #008">[<span style="color: #080"><table></span>]</span>) : integer</div><pre class="text"> Returns the total number of entries currently in use in the current proxy's |
| 26058 | + stick-table or in the designated stick-table. See also "<a href="#table_conn_cnt">table_conn_cnt</a>" and |
| 26059 | + table_avl for other entry counting methods. |
| 26060 | + |
| 26061 | +term_events: string |
| 26062 | + Returns all known termination events for all entities attached a stream, on |
| 26063 | + client and server sides. A tuple of seven elements is returned with following info: |
| 26064 | + |
| 26065 | + - the termination events of the frontend connection |
| 26066 | + - the termination events of the frontend mux connection |
| 26067 | + - the termination events of the frontend stream endpoint descriptor |
| 26068 | + (the mux stream or the applet) |
| 26069 | + - the termination events of the stream |
| 26070 | + - the termination events of the backend stream endpoint descriptor |
| 26071 | + (the mux stream or the applet) |
| 26072 | + - the termination events of the backend mux connection |
| 26073 | + - the termination events of the backend connection |
| 26074 | + |
| 26075 | + At each level, the first four events are reported. An empty string is |
| 26076 | + returned if no event was reported yet for a specific level. If termination |
| 26077 | + events are not supported, a "-" is returned. |
| 26078 | + |
| 26079 | + It must only be used for debugging purpose. The exact format is not |
| 26080 | + documented because it may evolve depending on developers requirements. |
26059 | 26081 | </pre><a class="anchor" name="thread"></a><a class="anchor" name="7-thread"></a><a class="anchor" name="7.3.2-thread"></a><a class="anchor" name="thread (Using ACLs and fetching samples)"></a><a class="anchor" name="thread (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="thread"></a><a href="#7.3.2-thread">thread</a></b> : integer</div><pre class="text">Returns an integer value corresponding to the position of the thread calling |
26060 | 26082 | the function, between 0 and (global.nbthread-1). This is useful for logging |
26061 | 26083 | and debugging purposes. |
@@ -31792,7 +31814,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31792 | 31814 | <br> |
31793 | 31815 | <hr> |
31794 | 31816 | <div class="text-right"> |
31795 | | - HAProxy 3.2-dev4-29 – Configuration Manual<br> |
| 31817 | + HAProxy 3.2-dev4-56 – Configuration Manual<br> |
31796 | 31818 | <small>, 2025/01/24</small> |
31797 | 31819 | </div> |
31798 | 31820 | </div> |
|
0 commit comments