On 22 Oct 2016, at 09:16, Peer Heinlein <p.heinlein at
heinlein-support.de> wrote:>
>
>
> I would love to have
>
> a) the number of active users
> b) the number of active TCP sessions (pop3, imap, lmtp, sieve, doveadm)
>
> included in the output of "doveadm director ring status".
>
> This would be helpful to get a good overview over load and usage of the
> whole director ring and would help to plan downtimes and maintenance work.
You could get this same by running "doveadm proxy list" in all
directors and merging the output. Having director do this would introduce extra
traffic between the directors and annoyingly complicate things. You should be
able to get the proxy list output via doveadm HTTP protocol, so it shouldn't
be difficult to write a script to do it.