Statistic name | Description |
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. |