|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev7-110 - Management Guide</title> |
| 5 | + <title>HAProxy version 3.2-dev8 - 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" /> |
|
654 | 654 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
655 | 655 | </p> |
656 | 656 | <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/14</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/21</b></small> |
658 | 658 | </p> |
659 | 659 | </div> |
660 | 660 | <!-- /.sidebar --> |
|
665 | 665 | <div class="text-center"> |
666 | 666 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
667 | 667 | <h2>Management Guide</h2> |
668 | | - <p><strong>version 3.2-dev7-110</strong></p> |
| 668 | + <p><strong>version 3.2-dev8</strong></p> |
669 | 669 | <p> |
670 | 670 | <br> |
671 | 671 |
|
@@ -3755,17 +3755,19 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.< |
3755 | 3755 | last_acked=3 last_pushed=0 last_get=3 teaching_origin=0 update=0 |
3756 | 3756 | table:0x55871b5b46a0 id=stkt update=1 localupdate=0 \ |
3757 | 3757 | commitupdate=0 syncing=0 |
3758 | | -</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 pools"></a><a class="anchor" name="9-show pools"></a><a class="anchor" name="9.3-show pools"></a><a class="anchor" name="show pools (Statistics and monitoring)"></a><a class="anchor" name="show pools (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show pools"></a><a href="#9.3-show%20pools">show pools</a></b> <span style="color: #008">[byname|bysize|byusage]</span> <span style="color: #008">[match <span style="color: #080"><pfx></span>]</span> <span style="color: #008">[<span style="color: #080"><nb></span>]</span></div><pre class="text">Dump the status of internal memory pools. This is useful to track memory |
| 3758 | +</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 pools"></a><a class="anchor" name="9-show pools"></a><a class="anchor" name="9.3-show pools"></a><a class="anchor" name="show pools (Statistics and monitoring)"></a><a class="anchor" name="show pools (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show pools"></a><a href="#9.3-show%20pools">show pools</a></b> <span style="color: #008">[byname|bysize|byusage]</span> <span style="color: #008">[detailed]</span> <span style="color: #008">[match <span style="color: #080"><pfx></span>]</span> <span style="color: #008">[<span style="color: #080"><nb></span>]</span></div><pre class="text">Dump the status of internal memory pools. This is useful to track memory |
3759 | 3759 | usage when suspecting a memory leak for example. It does exactly the same |
3760 | 3760 | as the SIGQUIT when running in foreground except that it does not flush the |
3761 | 3761 | pools. The output is not sorted by default. If "byname" is specified, it is |
3762 | 3762 | sorted by pool name; if "bysize" is specified, it is sorted by item size in |
3763 | 3763 | reverse order; if "byusage" is specified, it is sorted by total usage in |
3764 | 3764 | reverse order, and only used entries are shown. It is also possible to limit |
3765 | | -the output to the <nb> first entries (e.g. when sorting by usage). Finally, |
3766 | | -if "match" followed by a prefix is specified, then only pools whose name |
3767 | | -starts with this prefix will be shown. The reported total only concerns pools |
3768 | | -matching the filtering criteria. Example: |
| 3765 | +the output to the <nb> first entries (e.g. when sorting by usage). It is |
| 3766 | +possible to also dump more internal details, including the list of all pools |
| 3767 | +that were merged together, by specifying "detailed". Finally, if "match" |
| 3768 | +followed by a prefix is specified, then only pools whose name starts with |
| 3769 | +this prefix will be shown. The reported total only concerns pools matching |
| 3770 | +the filtering criteria. Example: |
3769 | 3771 |
|
3770 | 3772 | $ socat - /tmp/haproxy.sock <<< "show pools match quic byusage" |
3771 | 3773 | Dumping pools usage. Use SIGQUIT to flush them. |
@@ -5469,7 +5471,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13 |
5469 | 5471 | <br> |
5470 | 5472 | <hr> |
5471 | 5473 | <div class="text-right"> |
5472 | | - HAProxy 3.2-dev7-110 – Management Guide<br> |
| 5474 | + HAProxy 3.2-dev8 – Management Guide<br> |
5473 | 5475 | <small>, </small> |
5474 | 5476 | </div> |
5475 | 5477 | </div> |
|
0 commit comments