search for: coutn

Displaying 1 result from an estimated 1 matches for "coutn".

Did you mean: count
2015 Mar 17
1
Dovecot current number of connections being used.
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>