I intent to increase the server mail.box from 2 to 3 in the server configuration doc.
I want to quantify this increase with some statistics. Which statistics can I use to show the before and after change. Thanks.
I intent to increase the server mail.box from 2 to 3 in the server configuration doc.
I want to quantify this increase with some statistics. Which statistics can I use to show the before and after change. Thanks.
Subject: Consult the knowledge base
IBM (KB 1148438).Mail.Mailbox.Accesses:
Total number of times that threads accessed any mailbox on the server.
Mail.Mailbox.AccessConflicts:
The number of times that a thread attempting to access a mailbox had to wait because the number of concurrent threads exceeded the number of mailboxes configured.
For example, if there are three mailboxes configured, and there are four concurrent accesses, the conflict count would be incremented.
If the number of access conflicts consistently exceeds two percent of the value of Mail.Mailbox.Accesses, consider creating an additional mailbox.
Mail.Mailbox.CurrentAccesses:
The total number of current accesses (for example. a count of 2 would indicate that two threads are accessing mailbox at this time.
Mail.Mailbox.AccessWarnings:
The number of times that the number of threads accessing the mailbox (that is, the value of Mail.Mailbox.CurrentAccesses) reached one less than the number of configured mailboxes.
For example, the warning count is incremented when two threads attempt to access MAIL.BOX concurrently and there are three mailboxes configured.
If the number of warnings consistently exceeds ten percent of the value of Mail.Mailbox.Accesses, consider creating an additional mailbox.
Mail.Mailbox.MaxConcurrentAccesses:
The highest number of current accesses recorded.
Subject: Mail.box - link from Gregg Eldred’s blog
Hi,
From Gregg Eldred’s blog
How To Determine When You Need Another Mail.Box
http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-7EFUNU
JYR