haproxy/include
Christopher Faulet caf2feca62 MINOR: spoe: Add counters to log info about SPOE agents
In addition to metrics about time spent in the SPOE, following counters have
been added:

  * applets : number of SPOE applets.
  * idles : number of idle applets.
  * nb_sending : number of streams waiting to send data.
  * nb_waiting : number of streams waiting for a ack.
  * nb_processed : number of events/groups processed by the SPOE (from the
                   stream point of view).
  * nb_errors : number of errors during the processing (from the stream point of
                view).

Log messages has been updated to report these counters. Following pattern has
been added at the end of the log message:

    ... <idles>/<applets> <nb_sending>/<nb_waiting> <nb_error>/<nb_processed>
2018-04-05 15:13:54 +02:00
..
common MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" 2018-03-28 18:06:47 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: log: move 'log' keyword parsing in dedicated function 2018-04-05 15:13:54 +02:00
types MINOR: spoe: Add counters to log info about SPOE agents 2018-04-05 15:13:54 +02:00