]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: clearly state that the "show sess" output format is not fixed
authorOlivier <webmaster@ajeux.com>
Fri, 5 Sep 2014 16:49:10 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Sep 2014 16:49:10 +0000 (18:49 +0200)
It requires to look at the code (src/dumpstats.c) since the format may
change at any moment.

doc/configuration.txt

index 516319902a81ac2188d3c74fb104061f46224e7c..f7776a936e80a65ac878936c1d631dcee4b0d4b9 100644 (file)
@@ -14054,9 +14054,11 @@ show sess <id>
   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
   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
-  all sessions, which can be avoided as much as possible as it is highly CPU
-  intensive and can take a lot of time.
+  freely evolve depending on demands. You may find a description of all fields
+  returned in src/dumpstats.c
+
+  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>]
   Dump statistics in the CSV format. By passing <id>, <type> and <sid>, it is