OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: performance issues
From: Andrew McNamara (andrewmconnect.com.au)
Date: Thu May 25 2000 - 19:18:01 CDT


>>Increase the number of SMTP clients. You need hundreds of them.
>
> Actually, how do you find out how many concurrent deliveries Postfix is
>doing? With qmail I could simply grep/sed for the
>
>123456789.123456 qmail: status: local 1/10 remote 7/30
>
>or so lines in the log file, which was quite easy to feed to gnuplot for
>monitoring purposes. How do I do the same with Postfix? I realise that the
>line

It won't help your gnuploting, but I use something list this to see at
a glance what my postfixen are up to:

$ ps -u postfix | awk '{print$4}' | sort | uniq -c
   1 CMD
   5 bounce
  80 cleanup
   6 entlocal
   1 pickup
   1 qmgr
 100 smtp
 104 smtpd
   1 trivial-

 ---
Andrew McNamara (System Architect)

connect.com.au Pty Ltd
Lvl 3, 213 Miller St, North Sydney, NSW 2060, Australia
Phone: +61 2 9409 2117, Fax: +61 2 9409 2111