Hello!

We have just placed haproxy (1.5) in front of our RabbitMQ servers.
The statistics show no change in bytes in / bytes out until
a connection is closed — which in Rabbit’s case should be virtually never.

The configuration looks like this:

frontend fe_rabbitmq
  bind 192.168.205.7:5672
  timeout client  3h
  mode tcp
  option clitcpka
  default_backend be_rabbitmq

backend be_rabbitmq
  mode tcp
  timeout server  3h
  server app-m-03 app-m-03:5672 check on-marked-down shutdown-sessions
  server app-m-02 app-m-02:5672 check on-marked-down shutdown-sessions
  server app-m-01 app-m-01:5672 check on-marked-down shutdown-sessions


Is this the expected behavior? If so, is there any configuration option
we can change to show “live” stats of bytes flowing through the persistent
connections?

Thanks!
Daniel



-- 
Daniel Schneller
Principal Cloud Engineer
 
CenterDevice GmbH                  | Merscheider Straße 1
                                   | 42699 Solingen
tel: +49 1754155711                | Deutschland
daniel.schnel...@centerdevice.de   | www.centerdevice.de





Reply via email to