commit | 0bbec0fa340432944d64575e08fc41d034b5ffc9 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Thu Apr 18 11:39:43 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 18 18:24:25 2019 +0200 |
tree | e360757111bf16f75532937cc862e210d25b41e8 | |
parent | 66a7b3302a47a444172bb68b37adca1e778f8d19 [diff] |
MINOR: peers: adds counters on show peers about tasks calls. This patch adds a counter of calls on the orchestator peers task and a counter on the tasks linked to applet i/o handler for each peer. Those two counters are useful to detect if a peer sync is active or frozen. This patch is related to the commit: "MINOR: peers: Add a new command to the CLI for peers." and should be backported with it.