Greetings Pavlo,
On 03/15/2016 05:23 AM, Pavlo Zhuk wrote:
Hi,
Is there any good way to monitor stick-table utilization?
The first line of a "show table" socket command has the "size" field
(showing the size as set in the config) and the "used" field (showing
how many entries are currently used). For example running 'echo "show
table <name>" | socat stdio /var/run/haproxy.sock | head -n1' will print:
# table: <name>, type: <type>, size:1048576, used:12331
Also searching for any nice stats on peer replication (connectivity,
fails etc)
I'm not aware of statistics for peer replication which can be extracted
from HAProxy during runtime. Someone else might be able to fill in that
point.
- Chad
It doesn't seems that stats endpoint return any of this info.
Appreciate your feedback.
thnx
--
BR,
Pavlo Zhuk