]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Add options to store processing times in variables
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 22 Mar 2018 08:08:20 +0000 (09:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Apr 2018 13:13:54 +0000 (15:13 +0200)
commit36bda1cd4ae49724d37cc6cf24729d4303fb10cc
tree94d30bdcc00904fad1b4a070f7fcffd060c11e52
parentb2dd1e034cf2b9f67ab08b3e98ee22059d071a42
MINOR: spoe: Add options to store processing times in variables

"set-process-time" and "set-total-time" options have been added to store
processing times in the transaction scope, at each event and group processing,
the current one and the total one. So it is possible to get them.

TODO: documentation
doc/SPOE.txt
include/types/spoe.h
src/flt_spoe.c