From ba70590a9186be101503bc691f5375e5549b1fa2 Mon Sep 17 00:00:00 2001
From: HAProxy Community
- Converted with haproxy-dconv v0.4.2-12 on 2023/12/04 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05
@@ -4119,9 +4119,9 @@ @@ -5392,7 +5392,7 @@- Converted with haproxy-dconv v0.4.2-12 on 2023/12/04 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05
@@ -495,7 +495,7 @@version 2.9-dev12-21
+version 3.0-dev0
@@ -2515,7 +2515,7 @@
- Converted with haproxy-dconv v0.4.2-12 on 2023/12/04 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05
@@ -625,7 +625,7 @@version 2.9-dev12-21
+version 3.0-dev0
@@ -1184,8 +1184,8 @@
With no option, this lists all known event sinks and their types. With an option, it will dump all available events in the designated sink if it is of @@ -3760,22 +3760,22 @@9.3.< srv_check_addr: Server health check address. srv_agent_addr: Server health agent address. srv_agent_port: Server health agent port. -
Dump all known sessions. Avoid doing this on slow connections as this can -be huge. This command is restricted and can only be issued on sockets -configured for levels "operator" or "admin". Note that on machines with -quickly recycled connections, it is possible that this output reports less -entries than really exist because it will dump all existing sessions up to -the last one that was created before the command was entered; those which -die in the mean time will not appear. -
Display a lot of internal information about the matching sessions. In the -first form, only the session matching the specified session identifier will +
Dump all known active streams (formerly called "sessions"). Avoid doing this +on slow connections as this can be huge. This command is restricted and can +only be issued on sockets configured for levels "operator" or "admin". Note +that on machines with quickly recycled connections, it is possible that this +output reports less entries than really exist because it will dump all +existing streams up to the last one that was created before the command was +entered; those which die in the mean time will not appear. +
Display a lot of internal information about the matching streams. In the +first form, only the stream matching the specified stream identifier will be shown. This identifier is the first field at the beginning of the lines in -the dumps of "show sess" (it corresponds to the session pointer). In the -second form, only sessions older than <age> (in seconds by default) will be +the dumps of "show sess" (it corresponds to the stream pointer). In the +second form, only streams older than <age> (in seconds by default) will be shown. Passing "susp" instead will only report entries that are considered as suspicious by the developers based on criteria that may in time or vary along -versions. If "all" is used instead, then all sessions will be dumped. Dumping -many sessions can produce a huge output, take a lot of time and be CPU +versions. If "all" is used instead, then all streams will be dumped. Dumping +many streams can produce a huge output, take a lot of time and be CPU intensive, so it's always better to only dump the minimum needed. Those information are useless to most users but may be used by haproxy developers to troubleshoot a complex bug. The output format is intentionally not @@ -4355,15 +4355,15 @@9.3.< This command is restricted and can only be issued on sockets configured for level "admin". -
Immediately terminate the session matching the specified session identifier. +
Immediately terminate the stream matching the specified stream identifier. This identifier is the first field at the beginning of the lines in the dumps -of "show sess" (it corresponds to the session pointer). This can be used to -terminate a long-running session without waiting for a timeout or when an -endless transfer is ongoing. Such terminated sessions are reported with a 'K' +of "show sess" (it corresponds to the stream pointer). This can be used to +terminate a long-running stream without waiting for a timeout or when an +endless transfer is ongoing. Such terminated streams are reported with a 'K' flag in the logs. -
Immediately terminate all the sessions attached to the specified server. This -can be used to terminate long-running sessions after a server is put into -maintenance mode, for instance. Such terminated sessions are reported with a +
Immediately terminate all the streams attached to the specified server. This +can be used to terminate long-running streams after a server is put into +maintenance mode, for instance. Such terminated streams are reported with a 'K' flag in the logs.
The "trace" command alone lists the trace sources, their current status, and their brief descriptions. It is only meant as a menu to enter next levels, @@ -4597,7 +4597,7 @@experimental-mode
" in Section 9.3 and "mcli-debug-mode" in 9.4.1.
This command does the same as the "reload" command over the master CLI with -the expection that it does a hard-stop (-st) instead of a stop-stop (-sf) of +the exception that it does a hard-stop (-st) instead of a stop-stop (-sf) of the previous process. This means the previous process does not wait to achieve anything before exiting, so all connections will be closed. @@ -5026,7 +5026,7 @@
- HAProxy 2.9-dev12-21 – Management Guide
+ HAProxy 3.0-dev0 – Management Guide
,