commit | 9b013701f11982b8b644eddb91e5270ed0bb9b51 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 24 18:18:02 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 24 18:38:00 2019 +0200 |
tree | 31e1e35e701caad006168282bbc93523238b8fe5 | |
parent | b24ab22ac07c570852f55f6a1a408024ca075866 [diff] |
MINOR: stats/debug: maintain a counter of debug commands issued Debug commands will usually mark the fate of the process. We'd rather have them counted and visible in a core or in stats output than trying to guess how a flag combination could happen. The counter is only incremented when the command is about to be issued however, so that failed attempts are ignored.