From bed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 10 Jun 2015 14:22:16 +0200 Subject: Dovecot: Collect IMAP statistics. --- roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf') diff --git a/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf b/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf index b205c20..b6fcd3b 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/90-plugin.conf @@ -22,4 +22,10 @@ plugin { zlib_save = gz zlib_save_level = 6 + + + # how often to session statistics + stats_refresh = 30 secs + # track per-IMAP command statistics + stats_track_cmds = yes } -- cgit v1.2.3