> netstat or lsof? Only the Postfix queue manager knows what deliveries
> are in progress, and it has never evolved a 'live status' API. None
> of the Postfix daemons has a status query API, it just isn't part of
> the architecture.
I created a way to watch the number of processes that exist for
On Sat, Jul 10, 2021 at 07:34:15AM -0700, Greg Sims wrote:
> I am tuning the performance of our mail server.We collect
> information in our logs every 10 seconds including qshape, iostat,
> free and mpstat. It seems that the maxproc parameter in master.cf is
> important for us as we can see t
Greg Sims:
> I am tuning the performance of our mail server.We collect
> information in our logs every 10 seconds including qshape, iostat,
> free and mpstat. It seems that the maxproc parameter in master.cf is
> important for us as we can see the size of the queues decrease as we
> increase m
I am tuning the performance of our mail server.We collect
information in our logs every 10 seconds including qshape, iostat,
free and mpstat. It seems that the maxproc parameter in master.cf is
important for us as we can see the size of the queues decrease as we
increase maxproc -- as expected