Re: [exim] email count per unit time

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: Re: [exim] email count per unit time
On 2015-09-11, John <exim-users-list@???> wrote:
> Hello list,
>
> Is there an easy way of measuring the number of emails handled by the server
> per unit time? Per day, week, month, ever.


grep ' <= ' /var/log/exim/mainlog.1 | wc -l

store results with timestamp.
rotate logs daily.


--
\_(ツ)_