Re: [exim] email count per unit time

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jasen Betts
日付:  
To: exim-users
題目: 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.


--
\_(ツ)_