I've opened up amavis to 10 processes, not getting much help on the throughput.
This one-liner prints "time, postfix-to-amavis delivery delay this msg, avg
delay all msgs"
egrep 'relay=127.*:10024' /var/log/maillog | egrep -iv "conn_" | awk '{c++;
a=substr($9,7); t+=a ; print $3, a,t/c}'
I'm seeing over 20 secs and 100% CPU in bad hour, but where only:
egrep -ic '... .. 10.*relay=127.*:10024' /var/log/maillog
819
... msgs delivered to amavis.
RAM had about 200 MB inactive+free throughout the hour, disk was far from
saturated. all 10 amavis processes were mostly active.
sa rules are compiled.
quad CPU, 2 GHz, 1 MB RAM.
what kind of postfix2amavis injection avg delays are y'all seeing?
Len
______________________________________________
IMGate OpenSource Mail Firewall www.IMGate.net
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/