You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

  1. From e99d44d4bc3423b721c7f654fd1778b9822a94e3 Mon Sep 17 00:00:00 2001
  2. From: Olivier <webmaster@ajeux.com>
  3. Date: Fri, 5 Sep 2014 18:49:10 +0200
  4. Subject: [PATCH 01/13] DOC: clearly state that the "show sess" output format
  5. is not fixed
  6. It requires to look at the code (src/dumpstats.c) since the format may
  7. change at any moment.
  8. (cherry picked from commit ce31e6e3baebe75a2e6f6b5c66553db8d76dff0c)
  9. ---
  10. doc/configuration.txt | 8 +++++---
  11. 1 file changed, 5 insertions(+), 3 deletions(-)
  12. diff --git a/doc/configuration.txt b/doc/configuration.txt
  13. index 19df5ae..1ecf15a 100644
  14. --- a/doc/configuration.txt
  15. +++ b/doc/configuration.txt
  16. @@ -13734,9 +13734,11 @@ show sess <id>
  17. of "show sess" (it corresponds to the session pointer). Those information are
  18. useless to most users but may be used by haproxy developers to troubleshoot a
  19. complex bug. The output format is intentionally not documented so that it can
  20. - freely evolve depending on demands. The special id "all" dumps the states of
  21. - all sessions, which can be avoided as much as possible as it is highly CPU
  22. - intensive and can take a lot of time.
  23. + freely evolve depending on demands. You may find a description of all fields
  24. + returned in src/dumpstats.c
  25. +
  26. + The special id "all" dumps the states of all sessions, which must be avoided
  27. + as much as possible as it is highly CPU intensive and can take a lot of time.
  28. show stat [<iid> <type> <sid>]
  29. Dump statistics in the CSV format. By passing <id>, <type> and <sid>, it is
  30. --
  31. 1.8.5.5