Re: Optimum Queue Size

2021-07-12 Thread Greg Sims
> 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

Re: Optimum Queue Size

2021-07-11 Thread Viktor Dukhovni
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

Re: Optimum Queue Size

2021-07-10 Thread Wietse Venema
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

Optimum Queue Size

2021-07-10 Thread 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 maxproc -- as expected