Re: [exim] email count per unit time

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jasen Betts
Data:  
Para: exim-users
Asunto: 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.


--
\_(ツ)_