old-stats plugin

Warning

This plugin has been deprecated. Use Statistics instead.

Settings

old_stats_refresh

This required parameter is used with the imap-old-stats plugin so that the stats process can report IMAP-command-specific statistics for CPU use, disk usage, etc. It specifies how often to refresh session statistics.

Example:

plugin {
  old_stats_refresh = 30 secs
}
old_stats_track_cmds

The imap-old-stats plugin enables the stats process to report IMAP-command-specific statistics for CPU use, disk usage, etc. This setting, for tracking these per-command statistics, is optional:

plugin {
  old_stats_track_cmds = yes
}