>On 16/10/2008 8:57 PM, Len Conrad wrote:
>> FreeBSD 6.2
>> 2 GHz
>> 1 GB RAM
>
>> In business hours (08:00-17:00), traffic inbound is about  400 msgs/hour
>
>400 msgs/hr for a 2GHz processor shouldn't really even show up as
>noticible load.

glad to hear it. 

>You haven't really said what in particular is taking long

sa-check, as seen in amavis log line with TIMING [total xxx ms].  Without going 
to sa 3.3, I don't know how to break sa-check ms into time per sa action.

> or how long
>that long is

between 08:00 - 17:00, the TIMING average was:

egrep -i '^... .. (0[89]|1[0123456]).*amavis.*timing \[total' /var/log/maillog 
| awk '{print $9}' | egrep -i "[0-9]" | awk '{c++; a=substr($1,1); t+=a ; print 
a,t/c}'

42054.2 ms

the average delay of postfix sending to amavis:

egrep -i '^... .. (0[89]|1[0123456]).*127.0.0.1.*status=sent' /var/log/maillog 
| awk '{print $9}' | egrep delay | cut -d"=" -f2 | awk '{c++; a=substr($1,1); 
t+=a ; print a,t/c}' | less

67.8131 seconds



Len


______________________________________________
IMGate OpenSource Mail Firewall www.IMGate.net

Reply via email to