Dovecot current number of connections being used.

Joseph Tam jtam.home at gmail.com
Tue Mar 17 19:39:27 UTC 2015


Jaime Ventura writes:

> Is there an easy way to get how many connections are being handled at a
> moment?

This works:

 	doveadm who -1 2>/dev/null | wc -l

If yopu only want to coutn IMAP connections (not POP3),

 	doveadm who -1 2>/dev/null | grep -Fc imap

Joseph Tam <jtam.home at gmail.com>


More information about the dovecot mailing list