Specifications

Lotus Redbooks Wiki – IBM Lotus Notes and Domino V8.5 Deployment Guide
179
Mail.Queue.Dispatch.WaitTime.Current
The time that the most-recently processed
dispatch request spent in the queue waiting to
be processed
Mail.Queue.Dispatch.WaitTime.Peak The longest time a dispatch request waited in
the queue
And finally, there has been one statistic added to show how many messages have been reenumerated since
the router task began.
Mail.MessagesReenumerated Number of messages reenumerated since router
startup
Show Stat DAOS
New to Domino 8.5.1 are the DAOS statistics. There are eleven statistics that will give you insight into how
DAOS is performing on your server.
DAOS.Engine.Status Reports whether DAOS is enabled.
DAOS.Engine.Encryption Reports whether encryption is enabled for
DAOS.
DAOS.Engine.Catalog Reports whether the DAOS catalog is
synchronized.
DAOS. Object.Attach_DAOSCreate The number of objects created in DAOS.
DAOS. Object.Attach_NSFCreate The number of objects created in the NSF
because they did not qualify for storage in
DAOS, typically because they were smaller than
the DAOS minimum object size.
DAOS.
Object.Attach_DAOSOptimizedCreateLocal
The number of objects that did not need to be
copied between Notes databases located on the
same Domino server (for example, copied from
MAIL.BOX to a recipient's mail file) because the
objects already existed in the DAOS repository.
This statistic shows intra-server savings from
optimization of object copying.
DAOS.
Object.Attach_DAOSOptimizedCreateRemote
The number of objects on the server that did not
need to be sent over the network from remote
clients or servers because the objects already
existed in the DAOS repository. This statistic
shows inter-server savings from optimization of
object copying.
DAOS. Object.Attach_DAOSDelete The number of objects for which the reference
count went to zero (objects were either deleted
immediately or placed in the deferred deletion
queue).
DAOS. Object.Attach_TotalCreated Total number of objects listed by the
Object.Attach_DAOSCreate,
Object.Attach_NSFCreate,
Object.Attach_DAOSOptimizedCreateLocal,
and