|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.1-dev14-33 - Management Guide</title> |
| 5 | + <title>HAProxy version 3.2-dev0 - Management Guide</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" /> |
|
652 | 652 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
653 | 653 | </p> |
654 | 654 | <p class="text-right"> |
655 | | - <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/25</b></small> |
| 655 | + <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/26</b></small> |
656 | 656 | </p> |
657 | 657 | </div> |
658 | 658 | <!-- /.sidebar --> |
|
663 | 663 | <div class="text-center"> |
664 | 664 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
665 | 665 | <h2>Management Guide</h2> |
666 | | - <p><strong>version 3.1-dev14-33</strong></p> |
| 666 | + <p><strong>version 3.2-dev0</strong></p> |
667 | 667 | <p> |
668 | 668 | <br> |
669 | 669 |
|
@@ -3816,7 +3816,8 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
3816 | 3816 | values, "oneline" for the default format and "full" to display all |
3817 | 3817 | information. Alternatively, a list of comma-delimited fields can be specified |
3818 | 3818 | to restrict output. Currently supported values are "tp", "sock", "pktns", |
3819 | | -"cc" and "mux". |
| 3819 | +"cc" and "mux". Finally, "<a href="#help">help</a>" in the format will instead show a more |
| 3820 | +detailed help message. |
3820 | 3821 |
|
3821 | 3822 | The final argument is used to restrict or extend the connection list. By |
3822 | 3823 | default, connections on closing or draining state are not displayed. Use the |
@@ -3964,6 +3965,8 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
3964 | 3965 |
|
3965 | 3966 | - show-uri: Dump the transaction URI, as captured during the request |
3966 | 3967 | analysis. It is only displayed if it was captured. |
| 3968 | + |
| 3969 | + - help: dump a more detailed help message instead |
3967 | 3970 | </pre><a class="anchor" name="show"></a><a class="anchor" name="9-show"></a><a class="anchor" name="9.3-show"></a><a class="anchor" name="show (Statistics and monitoring)"></a><a class="anchor" name="show (Unix Socket commands)"></a><a class="anchor" name="show stat"></a><a class="anchor" name="9-show stat"></a><a class="anchor" name="9.3-show stat"></a><a class="anchor" name="show stat (Statistics and monitoring)"></a><a class="anchor" name="show stat (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show stat"></a><a href="#9.3-show%20stat">show stat</a></b> <span style="color: #008">[domain <span style="color: #080"><resolvers|proxy></span>]</span> <span style="color: #008">[<span style="color: #800">{<span style="color: #080"><iid></span>|<span style="color: #080"><proxy></span>}</span> <span style="color: #080"><type></span> <span style="color: #080"><sid></span>]</span> \ |
3968 | 3971 | <span style="color: #008">[typed|json]</span> <span style="color: #008">[desc]</span> <span style="color: #008">[up|no-maint]</span></div><pre class="text">Dump statistics. The domain is used to select which statistics to print; dns |
3969 | 3972 | and proxy are available for now. By default, the CSV format is used; you can |
@@ -5391,7 +5394,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13 |
5391 | 5394 | <br> |
5392 | 5395 | <hr> |
5393 | 5396 | <div class="text-right"> |
5394 | | - HAProxy 3.1-dev14-33 – Management Guide<br> |
| 5397 | + HAProxy 3.2-dev0 – Management Guide<br> |
5395 | 5398 | <small>, </small> |
5396 | 5399 | </div> |
5397 | 5400 | </div> |
|
0 commit comments