Re: [exim] email count per unit time

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] email count per unit time
On 11/09/15 10:35, John wrote:
> Is there an easy way of measuring the number of emails handled by the server
> per unit time? Per day, week, month, ever.


If you want accurate totals you'll need to post-process your logs.
That could be as simple as "grep '<=' | wc -l".

If a decaying average is enough, use the database maintained by a
"ratelimit" ACL condition, obviously written to only measure and
not actually limit.

--
Cheers,
Jeremy