mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-04 23:29:42 +00:00
DOC: clearly state that the "show sess" output format is not fixed
It requires to look at the code (src/dumpstats.c) since the format may change at any moment.
This commit is contained in:
parent
34c0179464
commit
ce31e6e3ba
@ -14054,9 +14054,11 @@ show sess <id>
|
|||||||
of "show sess" (it corresponds to the session pointer). Those information are
|
of "show sess" (it corresponds to the session pointer). Those information are
|
||||||
useless to most users but may be used by haproxy developers to troubleshoot a
|
useless to most users but may be used by haproxy developers to troubleshoot a
|
||||||
complex bug. The output format is intentionally not documented so that it can
|
complex bug. The output format is intentionally not documented so that it can
|
||||||
freely evolve depending on demands. The special id "all" dumps the states of
|
freely evolve depending on demands. You may find a description of all fields
|
||||||
all sessions, which can be avoided as much as possible as it is highly CPU
|
returned in src/dumpstats.c
|
||||||
intensive and can take a lot of time.
|
|
||||||
|
The special id "all" dumps the states of all sessions, which must be avoided
|
||||||
|
as much as possible as it is highly CPU intensive and can take a lot of time.
|
||||||
|
|
||||||
show stat [<iid> <type> <sid>]
|
show stat [<iid> <type> <sid>]
|
||||||
Dump statistics in the CSV format. By passing <id>, <type> and <sid>, it is
|
Dump statistics in the CSV format. By passing <id>, <type> and <sid>, it is
|
||||||
|
Loading…
Reference in New Issue
Block a user